Skip to content

Commit

Permalink
chore(release): 2.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.8.0](v2.7.0...v2.8.0) (2021-08-26)

### Bug Fixes

* add image name to tag ([26b1da7](26b1da7))
* run eslint ([f595ed0](f595ed0))

### Features

* add support for buildx ([43adf5d](43adf5d))
  • Loading branch information
alexdevbot committed Aug 26, 2021
1 parent f595ed0 commit 291819c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.8.0](https://github.com/alexanderbabel/semantic-release-docker/compare/v2.7.0...v2.8.0) (2021-08-26)


### Bug Fixes

* add image name to tag ([26b1da7](https://github.com/alexanderbabel/semantic-release-docker/commit/26b1da70887e1be9554b816010def9c54d981153))
* run eslint ([f595ed0](https://github.com/alexanderbabel/semantic-release-docker/commit/f595ed08164d3a0b7132802159a31113253089cf))


### Features

* add support for buildx ([43adf5d](https://github.com/alexanderbabel/semantic-release-docker/commit/43adf5d2c7111f7dda6c9bf7b0ee962bbb9a215d))

# [2.7.0](https://github.com/alexanderbabel/semantic-release-docker/compare/v2.6.0...v2.7.0) (2021-08-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alexbabel/semantic-release-docker",
"version": "2.7.0",
"version": "2.8.0",
"description": "Set of semantic-release plugins to publish to gitlab docker registry",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 291819c

Please sign in to comment.