Skip to content

Commit

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

### Bug Fixes

* **docs:** registry must be placed in each packages package.json in a monorepo ([01d5b7e](01d5b7e))
* monorepo configurations failing when looking for a yarnrc ([daae1cb](daae1cb))
  • Loading branch information
semantic-release-bot committed Mar 29, 2023
1 parent 01d5b7e commit 2b9e567
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.4",
"version": "1.1.5",
"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.4",
"@dmeents/semantic-release-yarn": "1.1.5",
"@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 2b9e567

Please sign in to comment.