diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e99d958..d0db2f07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.1.0](https://github.com/justia/ga-releaser/compare/1.0.1...1.1.0) (2020-12-29) + + +### Features + +* github action to download and build node modules on release ([32b261f](https://github.com/justia/ga-releaser/commit/32b261fb94ef195ac0189c9b088e3545dc232511)) +* github action uses @justia/releaser cli instead of local proxy ([60d6b64](https://github.com/justia/ga-releaser/commit/60d6b64da23ea26eab986fea4c7cf2b5ad6fb084)) +* manual trigger parameter to define an specific version ([c227d5e](https://github.com/justia/ga-releaser/commit/c227d5e35f4e9f79bfebd7ba52b1b94413ef4521)) + ## [1.0.1](https://github.com/justia/ga-releaser/compare/1.0.0...1.0.1) (2020-11-19) diff --git a/package-lock.json b/package-lock.json index ea8357a0..d39ed51d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@justia/ga-releaser", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3a6e908e..d4dd42ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@justia/ga-releaser", - "version": "1.0.1", + "version": "1.1.0", "description": "A script to generate releases and changelog", "scripts": {}, "repository": {