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.1.4 (#455)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
Google GitHub Actions Bot
2022-03-20 10:13:03 -04:00
committed by GitHub
parent 7af273c614
commit ce55e20fcc
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
### [3.1.4](https://github.com/google-github-actions/release-please-action/compare/v3.1.3...v3.1.4) (2022-03-20)
### Bug Fixes
* **deps:** update release-please to 13.6.0 ([#452](https://github.com/google-github-actions/release-please-action/issues/452)) ([d17599a](https://github.com/google-github-actions/release-please-action/commit/d17599a3da0edc55964ea48d4d17267fc4cbc51d))
### [3.1.3](https://github.com/google-github-actions/release-please-action/compare/v3.1.2...v3.1.3) (2022-03-01)

4
package-lock.json generated
View File

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

View File

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