Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.2...v1.2.0) (2022-08-22)

### Bug Fixes

* **deps:** update vulnerable deps via npm audit fix ([a9b79b7](a9b79b7))
* **verify:** use SemanticReleaseError in verify ([a749358](a749358))

### Features

* allow to skip publish to official NuGet ([53eb0e7](53eb0e7))
  • Loading branch information
semantic-release-bot committed Aug 22, 2022
1 parent 5a52847 commit f8a5208
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.2.0](https://github.com/droidsolutions/semantic-release-nuget/compare/v1.1.2...v1.2.0) (2022-08-22)


### Bug Fixes

* **deps:** update vulnerable deps via npm audit fix ([a9b79b7](https://github.com/droidsolutions/semantic-release-nuget/commit/a9b79b707a8452b9b6ebef55893827aa0d6270f4))
* **verify:** use SemanticReleaseError in verify ([a749358](https://github.com/droidsolutions/semantic-release-nuget/commit/a7493581492a904bf80e14e422ddf1642efea6fd))


### Features

* allow to skip publish to official NuGet ([53eb0e7](https://github.com/droidsolutions/semantic-release-nuget/commit/53eb0e7ad6cd22afe65e401f976c07ab2c438e90))

# [1.2.0-beta.1](https://github.com/droidsolutions/semantic-release-nuget/compare/v1.1.2...v1.2.0-beta.1) (2022-07-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@droidsolutions-oss/semantic-release-nuget",
"version": "1.2.0-beta.1",
"version": "1.2.0",
"description": "Semantic Release plugin to create and publish NuGet packages.",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit f8a5208

Please sign in to comment.