Skip to content

Commit ec65f2a

Browse files
author
John Campion Jr
committed
chore(release): v0.1.0
1 parent 8645e8f commit ec65f2a

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## v0.1.0
4+
5+
[compare changes](https://github.com/jcamp-code/release-it-dotnet/compare/v0.0.3...v0.1.0)
6+
7+
### 🚀 Enhancements
8+
9+
- Improved multiple package publishing ([c18ecdd](https://github.com/jcamp-code/release-it-dotnet/commit/c18ecdd))
10+
11+
### 🩹 Fixes
12+
13+
- Cross platform directory removal ([a5c991c](https://github.com/jcamp-code/release-it-dotnet/commit/a5c991c))
14+
- Remove .sln from packageId if using solution ([68fb4d1](https://github.com/jcamp-code/release-it-dotnet/commit/68fb4d1))
15+
16+
### 🏡 Chore
17+
18+
- Added multiple package playground ([8645e8f](https://github.com/jcamp-code/release-it-dotnet/commit/8645e8f))
19+
320
## v0.0.3
421

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "release-it-dotnet",
33
"type": "module",
4-
"version": "0.0.3",
4+
"version": "0.1.0",
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)