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

chore(main): release 3.2.3 (#486)

This commit is contained in:
Google GitHub Actions Bot
2022-05-16 11:21:26 -05:00
committed by GitHub
parent 505fed925d
commit 2816f67e1b
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
### [3.2.3](https://github.com/google-github-actions/release-please-action/compare/v3.2.2...v3.2.3) (2022-05-13)
### Bug Fixes
* bump release-please from 13.15.0 to 13.16.3 ([#483](https://github.com/google-github-actions/release-please-action/issues/483)) ([fdea77e](https://github.com/google-github-actions/release-please-action/commit/fdea77eccfe947098a15393ed57ff401c6647d4c))
### [3.2.2](https://github.com/google-github-actions/release-please-action/compare/v3.2.1...v3.2.2) (2022-05-02)

4
package-lock.json generated
View File

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

View File

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