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

chore(main): release 4.1.3 (#1011)

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


##
[4.1.3](https://github.com/googleapis/release-please-action/compare/v4.1.2...v4.1.3)
(2024-06-10)


### Bug Fixes

* correct log output when creating releases
([#933](https://github.com/googleapis/release-please-action/issues/933))
([2725132](2725132cd3))

---
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-06-10 10:52:28 -07:00
committed by GitHub
parent 53ea3de120
commit 7987652d64
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [4.1.3](https://github.com/googleapis/release-please-action/compare/v4.1.2...v4.1.3) (2024-06-10)
### Bug Fixes
* correct log output when creating releases ([#933](https://github.com/googleapis/release-please-action/issues/933)) ([2725132](https://github.com/googleapis/release-please-action/commit/2725132cd346852cc752c1619637c864deda8440))
## [4.1.2](https://github.com/googleapis/release-please-action/compare/v4.1.1...v4.1.2) (2024-06-10)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "release-please-action",
"version": "4.1.2",
"version": "4.1.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "release-please-action",
"version": "4.1.2",
"version": "4.1.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.1.2",
"version": "4.1.3",
"description": "automated releases based on conventional commits",
"main": "index.js",
"scripts": {