Skip to content

Commit

Permalink
chore(release): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCampionJr committed Nov 22, 2023
1 parent 8645e8f commit ec65f2a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## v0.1.0

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

### 🚀 Enhancements

- Improved multiple package publishing ([c18ecdd](https://github.com/jcamp-code/release-it-dotnet/commit/c18ecdd))

### 🩹 Fixes

- Cross platform directory removal ([a5c991c](https://github.com/jcamp-code/release-it-dotnet/commit/a5c991c))
- Remove .sln from packageId if using solution ([68fb4d1](https://github.com/jcamp-code/release-it-dotnet/commit/68fb4d1))

### 🏡 Chore

- Added multiple package playground ([8645e8f](https://github.com/jcamp-code/release-it-dotnet/commit/8645e8f))

## v0.0.3

[compare changes](https://github.com/jcamp-code/release-it-dotnet/compare/v0.0.2...v0.0.3)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "release-it-dotnet",
"type": "module",
"version": "0.0.3",
"version": "0.1.0",
"description": "NuGet publish and DotNet version read/write plugin for release-it",
"author": "John Campion Jr (https://github.com/JohnCampionJr/)",
"license": "MIT",
Expand Down

0 comments on commit ec65f2a

Please sign in to comment.