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 3956342 commit 2436940Copy full SHA for 2436940
2 files changed
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v0.0.2
4
+
5
+[compare changes](https://github.com/jcamp-code/release-it-dotnet/compare/v0.0.1...v0.0.2)
6
7
+### 🏡 Chore
8
9
+- Fix dependencies ([ee40f57](https://github.com/jcamp-code/release-it-dotnet/commit/ee40f57))
10
11
+### 🤖 CI
12
13
+- Add ignored paths to renovate ([3956342](https://github.com/jcamp-code/release-it-dotnet/commit/3956342))
14
15
## v0.0.1
16
17
### 🚀 Enhancements
package.json
@@ -1,7 +1,7 @@
{
"name": "release-it-dotnet",
"type": "module",
- "version": "0.0.1",
+ "version": "0.0.2",
"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