From 2f9cd48213427fc32d37236bd51a517f9fce68aa Mon Sep 17 00:00:00 2001 From: Nitzan Nashi Date: Thu, 30 Dec 2021 16:09:23 +0200 Subject: [PATCH] Release 2.1.1 --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14503ea..00abb26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [2.1.1] - 30.12.2021 Changed Pull Request description styling diff --git a/package-lock.json b/package-lock.json index 7f4e858..692e53d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "issuer", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "issuer", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "dependencies": { "@actions/core": "1.5.0", diff --git a/package.json b/package.json index c6d3ae8..2820a9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "issuer", - "version": "2.1.0", + "version": "2.1.1", "description": "GitHub Action for adding a link to issue on PR description from PR title", "main": "src/index.js", "scripts": {