Skip to content

Commit

Permalink
chore(release): bump version to v1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.0](v1.0.3...v1.1.0) (2023-02-23)

### Features

* add semver option ([27de946](27de946))
  • Loading branch information
semantic-release-bot committed Feb 23, 2023
1 parent 27de946 commit 4db060e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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/kaibloecker/semantic-release-docker-gitlab-ci/compare/v1.0.3...v1.1.0) (2023-02-23)


### Features

* add semver option ([27de946](https://github.com/kaibloecker/semantic-release-docker-gitlab-ci/commit/27de9466cb4b7fcec12611a84ae49e77994c778c))

## [1.0.3](https://github.com/kaibloecker/semantic-release-docker-gitlab-ci/compare/v1.0.2...v1.0.3) (2023-01-26)

## [1.0.2](https://github.com/kaibloecker/semantic-release-docker-gitlab-ci/compare/v1.0.1...v1.0.2) (2023-01-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": "semantic-release-docker-gitlab-ci",
"version": "1.0.3",
"version": "1.1.0",
"description": "semantic-release plugin to publish Docker containers to GitLab Container Registry",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 4db060e

Please sign in to comment.