Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.0...v3.0.0) (2022-02-11)

### Bug Fixes

* **deps:** allow updates in aggregate-error and dockerode ([7a7495e](7a7495e))
* **deps:** set peerDependencies  semantic-release to >=18.0.0 ([2a2a53e](2a2a53e))

### BREAKING CHANGES

* **deps:** Now min version of semantic-release is 18.0.0
  • Loading branch information
semantic-release-bot committed Feb 11, 2022
1 parent e893ed3 commit 7b3246a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [3.0.0](https://github.com/eclass/semantic-release-docker/compare/v2.0.0...v3.0.0) (2022-02-11)


### Bug Fixes

* **deps:** allow updates in aggregate-error and dockerode ([7a7495e](https://github.com/eclass/semantic-release-docker/commit/7a7495e50f837a4fc77a429809f37688bc10eb8a))
* **deps:** set peerDependencies semantic-release to >=18.0.0 ([2a2a53e](https://github.com/eclass/semantic-release-docker/commit/2a2a53e0504929a2b6c5062113b78ba23776bfad))


### BREAKING CHANGES

* **deps:** Now min version of semantic-release is 18.0.0

# [2.0.0](https://github.com/eclass/semantic-release-docker/compare/v1.2.0...v2.0.0) (2021-11-03)

### Bug Fixes
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": "2.0.0",
"version": "3.0.0",
"description": "semantic-release plugin to tag and push docker images",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 7b3246a

Please sign in to comment.