From cffedabaea0493bab5888aff0100f5ab6491f45b Mon Sep 17 00:00:00 2001 From: Nacho Vazquez Date: Fri, 16 Oct 2020 01:18:09 -0300 Subject: [PATCH] chore(release): 1.1.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2af86cf..1ed0a98 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.4](https://github.com/ngworker/angular-versions-action/compare/v1.1.3...v1.1.4) (2020-10-16) + + +### Bug Fixes + +* 🐛 add missing builds ([719e007](https://github.com/ngworker/angular-versions-action/commit/719e0075f1dbd05825961733ec34aade3e36480f)) + ### [1.1.3](https://github.com/ngworker/angular-versions-action/compare/v1.1.2...v1.1.3) (2020-10-16) diff --git a/package.json b/package.json index ecffd97..5da9e7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-action", - "version": "1.1.3", + "version": "1.1.4", "private": true, "description": "TypeScript template action", "main": "lib/main.js",