From 789aa282d502cbd0f4a1eaab070205f1e72a52f4 Mon Sep 17 00:00:00 2001 From: Nacho Vazquez Date: Tue, 21 Dec 2021 12:32:18 -0300 Subject: [PATCH] chore(release): 4.3.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecea4ae..06f3701 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. +### [4.3.1](https://github.com/ngworker/angular-versions-action/compare/v4.3.0...v4.3.1) (2021-12-21) + ## [4.3.0](https://github.com/ngworker/angular-versions-action/compare/v4.2.0...v4.3.0) (2021-10-22) diff --git a/package.json b/package.json index ab21087..8fc7a7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-action", - "version": "4.3.0", + "version": "4.3.1", "private": true, "description": "TypeScript template action", "main": "lib/main.js",