diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f177a3..4e50f78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.1.2](https://github.com/ngworker/angular-versions-action/compare/v1.1.1...v1.1.2) (2020-10-16) + + +### Bug Fixes + +* 🐛 use the right build ([e018daa](https://github.com/ngworker/angular-versions-action/commit/e018daae97c946c3d8e5082d78263ee95a7a8ffd)) + ### [1.1.1](https://github.com/ngworker/angular-versions-action/compare/v1.1.0...v1.1.1) (2020-10-16) ## [1.1.0](https://github.com/ngworker/angular-versions-action/compare/v1.0.0...v1.1.0) (2020-10-16) diff --git a/package.json b/package.json index 8b3e3d1..85b894b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-action", - "version": "1.1.1", + "version": "1.1.2", "private": true, "description": "TypeScript template action", "main": "lib/main.js",