Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sanriodev committed Feb 16, 2024
2 parents 834d207 + ee2a97e commit 57670f9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if [[ $VERSION =~ ^[0-9]+.[0-9]+.[0-9]+$ ]]; then
docker tag $IMAGE_ID:$VERSION $IMAGE_ID:latest
docker push $IMAGE_ID:$VERSION
docker push $IMAGE_ID:latest
fi
# build repoUrl
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/Blvckleg/BingusBoingus/compare/v1.0.1...v1.1.0) (2024-02-16)


### Features

* **workflow:** tag release to latest ([f459305](https://github.com/Blvckleg/BingusBoingus/commit/f4593052f20a334a6c5fece52632835f94e86e7e))

## [1.0.1](https://github.com/Blvckleg/BingusBoingus/compare/v1.0.0...v1.0.1) (2024-02-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "bingusboingus",
"version": "1.0.0",
"version": "1.0.1",
"version": "1.1.0",
"description": "Hey look it's Bingus.... or Boingus?? OR BOTH??",
"main": "src/main.ts",
"scripts": {
Expand Down

0 comments on commit 57670f9

Please sign in to comment.