Skip to content

Commit

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

### Bug Fixes

* fix the instanciation of a service ([6638b77](6638b77))

### Features

* ✨ support configuration ([259bf6b](259bf6b))
  • Loading branch information
semantic-release-bot committed Oct 23, 2020
1 parent 6638b77 commit f0c5da2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [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)


### Bug Fixes

* fix the instanciation of a service ([6638b77](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/commit/6638b7775e6db4aece0c5564667a0b737e04094a))


### Features

* :sparkles: support configuration ([259bf6b](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/commit/259bf6bcff490720e1f2cd0d6c915567f300e5fe))

# [1.0.0-alpha.7](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (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.7",
"version": "1.0.0-alpha.8",
"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 f0c5da2

Please sign in to comment.