diff --git a/CHANGELOG.md b/CHANGELOG.md index d3bfdea..df1c0e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://github.com/ptah-sh/deploy-action/compare/v1.0.0...v1.1.0) (2024-08-25) + + +### Features + +* [#1](https://github.com/ptah-sh/deploy-action/issues/1) try branding ([9b9901a](https://github.com/ptah-sh/deploy-action/commit/9b9901a7c784d9ecbb30592893c282079b3e5418)) + + +### Bug Fixes + +* [#1](https://github.com/ptah-sh/deploy-action/issues/1) fix main ([faa2dcb](https://github.com/ptah-sh/deploy-action/commit/faa2dcb49efa6c0d7f0897b6878b43e6034379a7)) + ## 1.0.0 (2024-08-25) diff --git a/package-lock.json b/package-lock.json index 7a1fe6e..0d95dcb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ptah-sh/deploy-action", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ptah-sh/deploy-action", - "version": "1.0.0", + "version": "1.1.0", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index d1be15b..f7b3ac8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ptah-sh/deploy-action", - "version": "1.0.0", + "version": "1.1.0", "description": "A GitHub action to deploy services to Ptah.sh", "main": "dist/index.js", "scripts": {