Skip to content

Commit

Permalink
chore(release): 🔖 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2021-01-22)

### Bug Fixes

* correctly detect configuration for the rume supportPreReleaseIfNotReleased ([4593bcf](4593bcf))
  • Loading branch information
semantic-release-bot committed Jan 22, 2021
1 parent 4593bcf commit b8150b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.1](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/compare/v1.1.0...v1.1.1) (2021-01-22)


### Bug Fixes

* correctly detect configuration for the rume supportPreReleaseIfNotReleased ([4593bcf](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/commit/4593bcf3351b5c690a8e8b1e73a08d36f6adad9a))

# [1.1.0](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/compare/v1.0.1...v1.1.0) (2021-01-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-release-npm-deprecate-old-versions",
"version": "1.1.0",
"version": "1.1.1",
"description": "A plugin for semantic-release, to automatically deprecate old versions on npm, based on a custom configuration",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b8150b9

Please sign in to comment.