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

chore(main): release 4.0.3 (#955)

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


##
[4.0.3](https://github.com/google-github-actions/release-please-action/compare/v4.0.2...v4.0.3)
(2024-03-11)


### Bug Fixes

* bump release-please from 16.5.0 to 16.10.0
([#953](https://github.com/google-github-actions/release-please-action/issues/953))
([d7e88e0](d7e88e0fd9))

---
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
2024-03-11 15:03:15 -04:00
committed by GitHub
parent 4862c13f8c
commit 078b9b8dda
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [4.0.3](https://github.com/google-github-actions/release-please-action/compare/v4.0.2...v4.0.3) (2024-03-11)
### Bug Fixes
* bump release-please from 16.5.0 to 16.10.0 ([#953](https://github.com/google-github-actions/release-please-action/issues/953)) ([d7e88e0](https://github.com/google-github-actions/release-please-action/commit/d7e88e0fd9e1a56d1075f610183d571f8347ff9b))
## [4.0.2](https://github.com/google-github-actions/release-please-action/compare/v4.0.1...v4.0.2) (2023-12-18)

4
package-lock.json generated
View File

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

View File

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