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.1.3 (#3)

This commit is contained in:
Joaquin Santana
2024-11-19 12:48:42 +01:00
committed by GitHub
parent 9199518432
commit bc67b6042d
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [4.1.3](https://github.com/joaquinjsb/release-please-action/compare/v5.0.0...v4.1.3) (2024-11-19)
### Miscellaneous Chores
* release 4.1.3 ([9199518](https://github.com/joaquinjsb/release-please-action/commit/9199518432e0295c7fb04e312775508bec767192))
## [5.0.0](https://github.com/joaquinjsb/release-please-action/compare/v4.1.4...v5.0.0) (2024-11-19)

4
package-lock.json generated
View File

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