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

chore(main): release 4.0.1 (#899)

🤖 I have created a release *beep* *boop*
---


##
[4.0.1](https://github.com/google-github-actions/release-please-action/compare/v4.0.0...v4.0.1)
(2023-12-07)


### Bug Fixes

* bump release-please from 16.3.1 to 16.4.0
([#897](https://github.com/google-github-actions/release-please-action/issues/897))
([2463dad](2463dad9b2))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: Jeff Ching <chingor@google.com>
This commit is contained in:
Google GitHub Actions Bot
2023-12-07 15:10:46 -05:00
committed by GitHub
parent 650da25b9c
commit a2d8d683f2
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog # Changelog
## [4.0.1](https://github.com/google-github-actions/release-please-action/compare/v4.0.0...v4.0.1) (2023-12-07)
### Bug Fixes
* bump release-please from 16.3.1 to 16.4.0 ([#897](https://github.com/google-github-actions/release-please-action/issues/897)) ([2463dad](https://github.com/google-github-actions/release-please-action/commit/2463dad9b20163a40708db720b9fde34c2a2ab0e))
## [4.0.0](https://github.com/google-github-actions/release-please-action/compare/v3.7.13...v4.0.0) (2023-12-01) ## [4.0.0](https://github.com/google-github-actions/release-please-action/compare/v3.7.13...v4.0.0) (2023-12-01)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "release-please-action", "name": "release-please-action",
"version": "4.0.0", "version": "4.0.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "release-please-action", "name": "release-please-action",
"version": "4.0.0", "version": "4.0.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0",

View File

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