Skip to content

Commit

Permalink
chore(release): 🔖 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-10-23)

### Bug Fixes

* 🐛 correctly set the authentication token before deprecating versions ([cc5528d](cc5528d))
* fix the instanciation of a service ([6638b77](6638b77))
* fix warnings by removing useless methods, fix method names ([65572e5](65572e5))
* remove nonsense ([5c52851](5c52851))

### Features

* ✨ support configuration ([259bf6b](259bf6b))
* create a new plugin and use it in the release process ([78951ac](78951ac))
* depreciate versions ([8b11967](8b11967))
* detect already published versions ([f27e8fe](f27e8fe))
* detect versions to deprecate by applying rules ([54ae121](54ae121))
* implement and test new rules, that can take options ([fec9e9c](fec9e9c))
* initial release ([298cc9a](298cc9a))
  • Loading branch information
semantic-release-bot committed Oct 23, 2020
1 parent 298cc9a commit 64b2861
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 1.0.0 (2020-10-23)


### Bug Fixes

* :bug: correctly set the authentication token before deprecating versions ([cc5528d](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/commit/cc5528d394ee53bd2965c59e943696f8cd894851))
* fix the instanciation of a service ([6638b77](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/commit/6638b7775e6db4aece0c5564667a0b737e04094a))
* fix warnings by removing useless methods, fix method names ([65572e5](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/commit/65572e55708d31519754a1f4335675f16a8fc39f))
* remove nonsense ([5c52851](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/commit/5c52851c9750b2559e55e11f62b50c5048c3efb9))


### Features

* :sparkles: support configuration ([259bf6b](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/commit/259bf6bcff490720e1f2cd0d6c915567f300e5fe))
* create a new plugin and use it in the release process ([78951ac](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/commit/78951ac720d36c01e0764b9c16861514242c1166))
* depreciate versions ([8b11967](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/commit/8b1196745cac94884b85bf898dd1878c5b8ad882))
* detect already published versions ([f27e8fe](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/commit/f27e8fea3272b3cccbba58288aa266574b39432c))
* detect versions to deprecate by applying rules ([54ae121](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/commit/54ae121af99754ae8cf6b2573f323391b53c9b4b))
* implement and test new rules, that can take options ([fec9e9c](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/commit/fec9e9c4a9452ffb0fb44e35395c93a68384bfd2))
* initial release ([298cc9a](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/commit/298cc9a34d805b15be07bc85f9e55048dab0efdc))

# [1.0.0-alpha.8](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2020-10-23)


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.0.0-alpha.8",
"version": "1.0.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 64b2861

Please sign in to comment.