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

chore(main): release 4.1.1 (#994)

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


##
[4.1.1](https://github.com/googleapis/release-please-action/compare/v4.1.0...v4.1.1)
(2024-05-14)


### Bug Fixes

* bump release-please from 16.10.0 to 16.10.2
([#969](https://github.com/googleapis/release-please-action/issues/969))
([aa764e0](aa764e0b5d))
* bump the npm_and_yarn group with 1 update
([#967](https://github.com/googleapis/release-please-action/issues/967))
([ce529d4](ce529d4a40))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
This commit is contained in:
yoshi-code-bot
2024-05-14 13:11:50 -07:00
committed by GitHub
parent e38465df9f
commit f3969c04a4
3 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## [4.1.1](https://github.com/googleapis/release-please-action/compare/v4.1.0...v4.1.1) (2024-05-14)
### Bug Fixes
* bump release-please from 16.10.0 to 16.10.2 ([#969](https://github.com/googleapis/release-please-action/issues/969)) ([aa764e0](https://github.com/googleapis/release-please-action/commit/aa764e0b5db70af7b607fa690b4d1799ceb802d6))
* bump the npm_and_yarn group with 1 update ([#967](https://github.com/googleapis/release-please-action/issues/967)) ([ce529d4](https://github.com/googleapis/release-please-action/commit/ce529d4a4014c4760ec75d3ba6482e3b80d58862))
## [4.1.0](https://github.com/google-github-actions/release-please-action/compare/v4.0.3...v4.1.0) (2024-03-11)

4
package-lock.json generated
View File

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

View File

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