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

chore(main): release 4.1.5 (#7)

This commit is contained in:
Joaquin Santana
2024-11-19 14:55:36 +01:00
committed by GitHub
parent e1493a58aa
commit 5a70eebf3d
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog # Changelog
## [4.1.5](https://github.com/joaquinjsb/gitea-release-please-action/compare/v4.1.4...v4.1.5) (2024-11-19)
### Bug Fixes
* **deps:** bump release-please to 16.15.1 ([b841b7d](https://github.com/joaquinjsb/gitea-release-please-action/commit/b841b7d81440597c89be003bc1984a3d18008701))
## [4.1.4](https://github.com/googleapis/release-please-action/compare/v4.1.3...v4.1.4) (2024-11-19) ## [4.1.4](https://github.com/googleapis/release-please-action/compare/v4.1.3...v4.1.4) (2024-11-19)

4
package-lock.json generated
View File

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