Skip to content

Commit

Permalink
chore(release): 1.1.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.6](v1.1.5...v1.1.6) (2023-03-30)

### Bug Fixes

* should skip registry checking if npmPublish is false ([bef220d](bef220d))
  • Loading branch information
semantic-release-bot committed Mar 30, 2023
1 parent 5c2f7c4 commit 31ca3fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dmeents/semantic-release-yarn",
"version": "1.1.5",
"version": "1.1.6",
"description": "A plugin for semantic-release to support publishing to NPM with yarn@berry",
"keywords": [
"semantic-release",
Expand Down Expand Up @@ -40,7 +40,7 @@
"packageManager": "yarn@3.5.0",
"devDependencies": {
"@dmeents/maestro": "^1.6.42",
"@dmeents/semantic-release-yarn": "1.1.5",
"@dmeents/semantic-release-yarn": "1.1.6",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
Expand Down

0 comments on commit 31ca3fd

Please sign in to comment.