1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-11 10:31:30 +02:00

chore: release 2.1.0 (#60)

This commit is contained in:
DPEBot
2020-09-04 18:09:19 -07:00
committed by GitHub
parent 1b9bcd506c
commit ad74031dfc
3 changed files with 14 additions and 2 deletions

View File

@@ -1,5 +1,17 @@
# Changelog
## [2.1.0](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.0.0...v2.1.0) (2020-09-05)
### Features
* **build:** document and update to 2.x ([#59](https://www.github.com/GoogleCloudPlatform/release-please-action/issues/59)) ([512c940](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/512c940c3aa1d2569b540b05472636550d772946))
### Bug Fixes
* hot fix for permission issues in code suggester ([#61](https://www.github.com/GoogleCloudPlatform/release-please-action/issues/61)) ([1b9bcd5](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/1b9bcd506ca8e69c807f51b7be7433c2b2b6bc96))
## [2.0.0](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v1.6.3...v2.0.0) (2020-09-04)

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "release-please-action",
"version": "2.0.0",
"version": "2.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,7 +1,7 @@
{
"name": "release-please-action",
"private": true,
"version": "2.0.0",
"version": "2.1.0",
"description": "automated releases based on conventional commits",
"main": "index.js",
"scripts": {