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

chore: release 2.33.1 (#377)

This commit is contained in:
google-github-actions-bot
2021-09-24 12:11:54 -05:00
committed by GitHub
parent c7c114719a
commit 9038ef6b74
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
### [2.33.1](https://www.github.com/google-github-actions/release-please-action/compare/v2.33.0...v2.33.1) (2021-09-24)
### Bug Fixes
* **input:** miss inputs config for action.yml ([#376](https://www.github.com/google-github-actions/release-please-action/issues/376)) ([c7c1147](https://www.github.com/google-github-actions/release-please-action/commit/c7c114719ac3d17225d5f4b0999e80bad98d4621))
## [2.33.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.32.0...v2.33.0) (2021-09-23)

2
package-lock.json generated
View File

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

View File

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