From 29ea6b33e58322952255ef22b3eeb0daa1a8e1b7 Mon Sep 17 00:00:00 2001 From: DPEBot Date: Thu, 10 Sep 2020 11:26:47 -0700 Subject: [PATCH] chore: release 2.2.0 (#65) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19436e8..48de685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.2.0](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.1.1...v2.2.0) (2020-09-10) + + +### Features + +* Add a changelog section type ([#64](https://www.github.com/GoogleCloudPlatform/release-please-action/issues/64)) ([2ca6d30](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/2ca6d30396e3b6b10ca9623ecbc3174b476ec8a2)) + + +### Bug Fixes + +* **release-please:** release please with code-suggester bug fixes ([#66](https://www.github.com/GoogleCloudPlatform/release-please-action/issues/66)) ([6b79987](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/6b79987e9000e7617d81e9645c8394f27b396a8d)) + ### [2.1.1](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.1.0...v2.1.1) (2020-09-06) diff --git a/package-lock.json b/package-lock.json index 5405e87..e7cf953 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "release-please-action", - "version": "2.1.1", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bb2439e..2241b4d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "release-please-action", "private": true, - "version": "2.1.1", + "version": "2.2.0", "description": "automated releases based on conventional commits", "main": "index.js", "scripts": {