Skip to content

Commit

Permalink
chore(release): 🔖 1.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.2](v1.3.1...v1.3.2) (2022-01-07)

### Bug Fixes

* 🐛 don't quotes versions, only ignore 400 errors ([#39](#39)) ([638dbba](638dbba))
* 🐛 don't quotes versions, only ignore 400 errors ([#40](#40)) ([1c14322](1c14322))
* 🐛 quote the version number to deprecate to avoid errors 400 returned by npm ([#36](#36)) ([85a3fd7](85a3fd7))
  • Loading branch information
semantic-release-bot committed Jan 7, 2022
1 parent 8cd981d commit e5f642d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.3.2](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/compare/v1.3.1...v1.3.2) (2022-01-07)


### Bug Fixes

* :bug: don't quotes versions, only ignore 400 errors ([#39](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/issues/39)) ([638dbba](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/commit/638dbba62e7eb7a47c0b2417c31a790f23503c00))
* :bug: don't quotes versions, only ignore 400 errors ([#40](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/issues/40)) ([1c14322](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/commit/1c143220c4b7fb9899b40debb0d01caf10c2c868))
* :bug: quote the version number to deprecate to avoid errors 400 returned by npm ([#36](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/issues/36)) ([85a3fd7](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/commit/85a3fd73225f771cf10f7e8f9a2b6c03a015b58b))

## [1.3.2-beta.3](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/compare/v1.3.2-beta.2...v1.3.2-beta.3) (2022-01-07)


Expand Down
2 changes: 1 addition & 1 deletion 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": "semantic-release-npm-deprecate-old-versions",
"version": "1.3.2-beta.3",
"version": "1.3.2",
"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 e5f642d

Please sign in to comment.