We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d8bdf commit a2b23a2Copy full SHA for a2b23a2
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.1.1
4
+
5
+[compare changes](https://github.com/jcamp-code/release-it-dotnet/compare/v0.1.0...v0.1.1)
6
7
+### 🚀 Enhancements
8
9
+- Add build command ([27d8bdf](https://github.com/jcamp-code/release-it-dotnet/commit/27d8bdf))
10
11
## v0.1.0
12
13
[compare changes](https://github.com/jcamp-code/release-it-dotnet/compare/v0.0.3...v0.1.0)
package.json
@@ -1,7 +1,7 @@
{
"name": "release-it-dotnet",
"type": "module",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "NuGet publish and DotNet version read/write plugin for release-it",
"author": "John Campion Jr (https://github.com/JohnCampionJr/)",
"license": "MIT",
0 commit comments