We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b06df commit 8b17608Copy full SHA for 8b17608
src/Fable.React/Fable.React.fsproj
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project Sdk="Microsoft.NET.Sdk">
3
<PropertyGroup>
4
- <Version>2.0.0</Version>
+ <Version>2.1.0</Version>
5
<TargetFramework>netstandard1.6</TargetFramework>
6
</PropertyGroup>
7
<ItemGroup>
src/Fable.React/RELEASE_NOTES.md
@@ -1,3 +1,7 @@
+### 2.1.0
+
+* Add React PureComponent and Fragment (@vbfox)
### 2.0.0
* Stable version
0 commit comments