Skip to content

Commit

Permalink
chore(release): 1.0.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.6](v1.0.5...v1.0.6) (2020-12-17)

### Bug Fixes

* **docker:** allow set base image tag (default latest) ([ac6e42f](ac6e42f)), closes [#66](#66)
  • Loading branch information
semantic-release-bot committed Dec 17, 2020
1 parent ac6e42f commit cd6389c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.6](https://github.com/eclass/semantic-release-docker/compare/v1.0.5...v1.0.6) (2020-12-17)


### Bug Fixes

* **docker:** allow set base image tag (default latest) ([ac6e42f](https://github.com/eclass/semantic-release-docker/commit/ac6e42f5d58c78a605dd1016e608a0e94f10186b)), closes [#66](https://github.com/eclass/semantic-release-docker/issues/66)

## [1.0.5](https://github.com/eclass/semantic-release-docker/compare/v1.0.4...v1.0.5) (2020-08-21)


Expand Down
2 changes: 1 addition & 1 deletion 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.0.5",
"version": "1.0.6",
"description": "semantic-release plugin to tag and push docker images",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit cd6389c

Please sign in to comment.