Skip to content

Commit

Permalink
0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Feb 25, 2022
1 parent d41e1d0 commit b071d61
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>0.0.11</VersionPrefix>
<VersionPrefix>0.0.12</VersionPrefix>
</PropertyGroup>

<Choose>
Expand Down
2 changes: 1 addition & 1 deletion Generate-ReleaseNotes.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rem https://github.com/StefH/GitHubReleaseNotes

SET version=0.0.11
SET version=0.0.12

GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid doc --version %version%

Expand Down
5 changes: 3 additions & 2 deletions PackageReadme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 0.0.11 (16 November 2021)
- #10 Added update functionality [enhancement]
# 0.0.12 (25 February 2022)
- #11 Include latest version from jsmind.js and jsmind.css [enhancement]
- #12 Add check for null instances [bug]

The full release notes can be found here: https://github.com/StefH/jsMind.Blazor/blob/main/ReleaseNotes.md
4 changes: 4 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.0.12 (25 February 2022)
- [#11](https://github.com/StefH/jsMind.Blazor/pull/11) - Include latest version from jsmind.js and jsmind.css [enhancement] contributed by [StefH](https://github.com/StefH)
- [#12](https://github.com/StefH/jsMind.Blazor/pull/12) - Add check for null instances [bug] contributed by [StefH](https://github.com/StefH)

# 0.0.11 (16 November 2021)
- [#10](https://github.com/StefH/jsMind.Blazor/pull/10) - Added update functionality [enhancement] contributed by [wkoeter](https://github.com/wkoeter)

Expand Down

0 comments on commit b071d61

Please sign in to comment.