Skip to content

Commit

Permalink
Bumped new version 1.0.5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 21, 2023
1 parent 992a74e commit c57d005
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 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.5](https://github.com/dns3l/auth/compare/v1.0.4...v1.0.5) (2023-03-21)


### Bug Fixes

* Remove beta badge ([992a74e](https://github.com/dns3l/auth/commit/992a74ec79a2c22882c06433e165e6686a96492f))

## [1.0.4](https://github.com/dns3l/auth/compare/v1.0.3...v1.0.4) (2023-03-16)


Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM dexidp/dex:v2.35.3

LABEL org.opencontainers.image.title="dns3l auth"
LABEL org.opencontainers.image.description="An OIDC provider for DNS3L"
LABEL org.opencontainers.image.version=1.0.4
LABEL org.opencontainers.image.version=1.0.5

ENV VERSION=1.0.4
ENV VERSION=1.0.5

ENV PAGER=less

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.4
1.0.5
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dns3lauth",
"version": "1.0.4",
"version": "1.0.5",
"scripts": {
"semantic-pre-release": "npx semantic-release -e ./pre-release.js --debug",
"semantic-release": "npx semantic-release -e ./release.js --debug"
Expand Down

0 comments on commit c57d005

Please sign in to comment.