1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-09 02:01:12 +02:00

chore(main): release 3.5.0 (#611)

This commit is contained in:
Google GitHub Actions Bot
2022-09-08 16:20:34 -05:00
committed by GitHub
parent 6cb7764bc0
commit 069d7229d7
3 changed files with 15 additions and 3 deletions

View File

@@ -1,5 +1,17 @@
# Changelog
## [3.5.0](https://github.com/google-github-actions/release-please-action/compare/v3.4.1...v3.5.0) (2022-09-08)
### Features
* run action on node16 ([#608](https://github.com/google-github-actions/release-please-action/issues/608)) ([cb58510](https://github.com/google-github-actions/release-please-action/commit/cb585102ef240aa46197311ebce17732183116ea))
### Bug Fixes
* bump release-please from 13.21.0 to 14.5.0 ([#607](https://github.com/google-github-actions/release-please-action/issues/607)) ([bd65041](https://github.com/google-github-actions/release-please-action/commit/bd65041d06ac5a9c7c7a1dbe9f43705f0a871713))
## [3.4.1](https://github.com/google-github-actions/release-please-action/compare/v3.4.0...v3.4.1) (2022-08-24)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "release-please-action",
"version": "3.4.1",
"version": "3.5.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "release-please-action",
"version": "3.4.1",
"version": "3.5.0",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.6.0",

View File

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