From 8cc479288a1b86b106e20e0b5b6e891432b0a001 Mon Sep 17 00:00:00 2001 From: Nacho Vazquez Date: Fri, 16 Oct 2020 00:05:24 -0300 Subject: [PATCH] chore(release): 1.1.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23423dd..0f177a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.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 8139878..8b3e3d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-action", - "version": "1.1.0", + "version": "1.1.1", "private": true, "description": "TypeScript template action", "main": "lib/main.js",