Skip to content

Commit a2b23a2

Browse files
committed
chore(release): v0.1.1
1 parent 27d8bdf commit a2b23a2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## v0.1.0
412

513
[compare changes](https://github.com/jcamp-code/release-it-dotnet/compare/v0.0.3...v0.1.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "release-it-dotnet",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"description": "NuGet publish and DotNet version read/write plugin for release-it",
66
"author": "John Campion Jr (https://github.com/JohnCampionJr/)",
77
"license": "MIT",

0 commit comments

Comments
 (0)