From 3f9d4b1fee4fbb5fd6c05a8bb0525c104db7d9b8 Mon Sep 17 00:00:00 2001 From: Gago Date: Thu, 17 Sep 2020 20:29:30 -0700 Subject: [PATCH] 2.1.1 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a458cea..04467fce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v2.1.1](https://github.com/gagoar/use-herald-action/compare/v2.1.0...v2.1.1) + +> 18 September 2020 + +- Removing unused libraries + reverting @octokit/rest.js library [`#143`](https://github.com/gagoar/use-herald-action/pull/143) +- Update dependency lint-staged to v10.4.0 [`#138`](https://github.com/gagoar/use-herald-action/pull/138) +- Update dependency @types/jest to v26.0.14 [`#139`](https://github.com/gagoar/use-herald-action/pull/139) +- Update dependency @types/node to v13.13.21 [`#140`](https://github.com/gagoar/use-herald-action/pull/140) +- Update Node.js to v12.18.4 [`#136`](https://github.com/gagoar/use-herald-action/pull/136) +- Update dependency prettier to v2.1.2 [`#137`](https://github.com/gagoar/use-herald-action/pull/137) +- Update typescript-eslint monorepo to v4.1.1 [`#134`](https://github.com/gagoar/use-herald-action/pull/134) +- Update dependency @octokit/rest to v18.0.6 [`#133`](https://github.com/gagoar/use-herald-action/pull/133) +- Update dependency @types/node to v13.13.20 [`#135`](https://github.com/gagoar/use-herald-action/pull/135) +- Update dependency eslint to v7.9.0 [`#132`](https://github.com/gagoar/use-herald-action/pull/132) +- Update dependency pretty-quick to v3.0.2 [`#127`](https://github.com/gagoar/use-herald-action/pull/127) +- Update dependency @types/node to v13.13.19 [`#128`](https://github.com/gagoar/use-herald-action/pull/128) +- fixing merge-url on changelog generation [`#130`](https://github.com/gagoar/use-herald-action/pull/130) +- Replace context separator with right chevron [`#131`](https://github.com/gagoar/use-herald-action/pull/131) +- Bump node-fetch from 2.6.0 to 2.6.1 [`#126`](https://github.com/gagoar/use-herald-action/pull/126) +- Update dependency @types/node to v13.13.18 [`#123`](https://github.com/gagoar/use-herald-action/pull/123) +- Update dependency pretty-quick to v3.0.1 [`#122`](https://github.com/gagoar/use-herald-action/pull/122) +- Update dependency @types/node to v13.13.17 [`#121`](https://github.com/gagoar/use-herald-action/pull/121) +- 2.1.0 [`#119`](https://github.com/gagoar/use-herald-action/pull/119) + #### [v2.1.0](https://github.com/gagoar/use-herald-action/compare/v2.0.1...v2.1.0) > 7 September 2020 diff --git a/package-lock.json b/package-lock.json index a2552ba8..91d9b357 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "use-herald-action", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4b20b8fe..0545bdbb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "use-herald-action", "repository": "git@github.com:gagoar/use-herald-action.git", "license": "MIT", - "version": "2.1.0", + "version": "2.1.1", "description": "add subscribers, assignees and reviewers to your pull request", "main": "index.ts", "husky": {