Skip to content

Commit

Permalink
chore(release): 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.1](v3.0.0...v3.0.1) (2022-08-29)

### Bug Fixes

* add error log to publish step ([ff54932](ff54932))
* add error logging to tag ([ab4e5d8](ab4e5d8))
  • Loading branch information
semantic-release-bot committed Aug 29, 2022
1 parent 0b663f2 commit 7371703
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.0.1](https://github.com/eclass/semantic-release-docker/compare/v3.0.0...v3.0.1) (2022-08-29)


### Bug Fixes

* add error log to publish step ([ff54932](https://github.com/eclass/semantic-release-docker/commit/ff54932e9761fc98284c5ef54f70b5328f5a08f1))
* add error logging to tag ([ab4e5d8](https://github.com/eclass/semantic-release-docker/commit/ab4e5d8166fa01284a13ef8c87b1eccd8a9e8a89))

# [3.0.0](https://github.com/eclass/semantic-release-docker/compare/v2.0.0...v3.0.0) (2022-02-11)


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

0 comments on commit 7371703

Please sign in to comment.