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

chore(main): release 3.0.1 (#418)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
Google GitHub Actions Bot
2022-01-12 18:47:41 -05:00
committed by GitHub
parent 049ff0419c
commit de7494d27e
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
### [3.0.1](https://github.com/google-github-actions/release-please-action/compare/v3.0.0...v3.0.1) (2022-01-12)
### Bug Fixes
* **release-please:** pull in latest release-please ([#416](https://github.com/google-github-actions/release-please-action/issues/416)) ([aeaf772](https://github.com/google-github-actions/release-please-action/commit/aeaf772691d9cbd8d48cff6e6bcecc39153b5233))
## [3.0.0](https://github.com/google-github-actions/release-please-action/compare/v2.35.0...v3.0.0) (2021-12-29)

4
package-lock.json generated
View File

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

View File

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