Skip to content

Commit

Permalink
chore(release): 🔖 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.3...v1.3.0) (2021-12-31)

### Bug Fixes

* 🔒 don't write the auth token in npmrc ([#31](#31)) ([7669fce](7669fce))

### Features

* 🔒 check that authentication is correctly set up before publishing ([ea0ed27](ea0ed27))
* 🔒 check that authentication is correctly set up before publishing ([#30](#30)) ([883fd07](883fd07))
  • Loading branch information
semantic-release-bot committed Dec 31, 2021
1 parent ea0ed27 commit 557f069
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.3.0](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/compare/v1.2.3...v1.3.0) (2021-12-31)


### Bug Fixes

* :lock: don't write the auth token in npmrc ([#31](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/issues/31)) ([7669fce](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/commit/7669fce5aee784788ddd480151af63519902fd8b))


### Features

* :lock: check that authentication is correctly set up before publishing ([ea0ed27](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/commit/ea0ed279b7b06df495d2129b89e691a165894cb1))
* :lock: check that authentication is correctly set up before publishing ([#30](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/issues/30)) ([883fd07](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/commit/883fd0730249ddc87687b0dff3a073d0e96aef91))

# [1.3.0-alpha.3](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/compare/v1.3.0-alpha.2...v1.3.0-alpha.3) (2021-12-31)


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.0-alpha.3",
"version": "1.3.0",
"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 557f069

Please sign in to comment.