Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.0...v2.0.0) (2021-11-03)

### Bug Fixes

* **deps:** set min node version to 14.17.0 ([5bc476d](5bc476d))
* **deps:** update dependency dockerode to v3.3.1 ([27c4781](27c4781))

### Features

* support semantic-release 18 ([25c45a8](25c45a8))

### BREAKING CHANGES

* **deps:** set min node version to 14.17.0
  • Loading branch information
semantic-release-bot committed Nov 3, 2021
1 parent 5161560 commit b781675
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [2.0.0](https://github.com/eclass/semantic-release-docker/compare/v1.2.0...v2.0.0) (2021-11-03)


### Bug Fixes

* **deps:** set min node version to 14.17.0 ([5bc476d](https://github.com/eclass/semantic-release-docker/commit/5bc476d744d31260416fea9e10f4f3b95d0590e5))
* **deps:** update dependency dockerode to v3.3.1 ([27c4781](https://github.com/eclass/semantic-release-docker/commit/27c4781f2eccc42e80a5239e7c5a2ada83870700))


### Features

* support semantic-release 18 ([25c45a8](https://github.com/eclass/semantic-release-docker/commit/25c45a8333a80c46165a42f855d60a3b4172214e))


### BREAKING CHANGES

* **deps:** set min node version to 14.17.0

# [1.2.0](https://github.com/eclass/semantic-release-docker/compare/v1.1.0...v1.2.0) (2021-10-18)


Expand Down
4 changes: 2 additions & 2 deletions 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": "@eclass/semantic-release-docker",
"version": "1.2.0",
"version": "2.0.0",
"description": "semantic-release plugin to tag and push docker images",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit b781675

Please sign in to comment.