Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.7...v1.1.0) (2021-08-17)

### Features

* **env:** add env DOCKER_BASE_IMAGE_TAG to set baseImageTag ([8843469](8843469)), closes [#386](#386)
  • Loading branch information
semantic-release-bot committed Aug 17, 2021
1 parent 036cceb commit 217f2e0
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.1.0](https://github.com/eclass/semantic-release-docker/compare/v1.0.7...v1.1.0) (2021-08-17)


### Features

* **env:** add env DOCKER_BASE_IMAGE_TAG to set baseImageTag ([8843469](https://github.com/eclass/semantic-release-docker/commit/88434691d938f236bc540846a6b99ae6bd7ba195)), closes [#386](https://github.com/eclass/semantic-release-docker/issues/386)

## [1.0.7](https://github.com/eclass/semantic-release-docker/compare/v1.0.6...v1.0.7) (2021-04-25)


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

0 comments on commit 217f2e0

Please sign in to comment.