From 31918bc32b97049e299c12ffd316143584c462ae Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 20 Jan 2022 14:38:11 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/droidsolutions/semantic-release-nuget/compare/v1.0.0...v1.0.1) (2022-01-20) ### Bug Fixes * **release:** mark package as publicly accessible ([f787f4b](https://github.com/droidsolutions/semantic-release-nuget/commit/f787f4bf7b7429fa67d80006022e38cef6da08b0)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eab24c7..475dad15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/droidsolutions/semantic-release-nuget/compare/v1.0.0...v1.0.1) (2022-01-20) + + +### Bug Fixes + +* **release:** mark package as publicly accessible ([f787f4b](https://github.com/droidsolutions/semantic-release-nuget/commit/f787f4bf7b7429fa67d80006022e38cef6da08b0)) + # 1.0.0 (2022-01-20) diff --git a/package-lock.json b/package-lock.json index 31f45710..a8a3165a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@droidsolutions-oss/semantic-release-nuget", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@droidsolutions-oss/semantic-release-nuget", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "execa": "^5.1.1" diff --git a/package.json b/package.json index d18b2879..55d87a46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@droidsolutions-oss/semantic-release-nuget", - "version": "1.0.0", + "version": "1.0.1", "description": "Semantic Release plugin to create and publish NuGet packages.", "main": "dist/index.js", "files": [