From a9128decf6503efc143586d8eebbf52a861fcb6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Fri, 13 Dec 2024 21:23:14 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20version=20and=20changelog=20for?= =?UTF-8?q?=20v4.0.3=20release=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 +++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bad0d14..9cab7ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +No changes yet. + +## [4.0.3] - 2024-12-13 + ### Changed - Migrated the TOML parsing and serializing library from `@iarna/toml` to @@ -116,7 +120,9 @@ Versioning](https://semver.org/spec/v2.0.0.html). your case so we can consider providing an upgrade path for you. [Unreleased]: - https://github.com/ComunidadAylas/PackSquash-action/compare/v4.0.2...HEAD + https://github.com/ComunidadAylas/PackSquash-action/compare/v4.0.3...HEAD +[4.0.3]: + https://github.com/ComunidadAylas/PackSquash-action/compare/v4.0.2...v4.0.3 [4.0.2]: https://github.com/ComunidadAylas/PackSquash-action/compare/v4.0.1...v4.0.2 [4.0.1]: diff --git a/package-lock.json b/package-lock.json index 5798238..4038428 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "packsquash-action", - "version": "4.0.2", + "version": "4.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "packsquash-action", - "version": "4.0.2", + "version": "4.0.3", "license": "MIT", "dependencies": { "@actions/artifact": "2.1.11", diff --git a/package.json b/package.json index 2e10773..b986d8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "packsquash-action", - "version": "4.0.2", + "version": "4.0.3", "description": "Official action to run PackSquash in a GitHub Actions workflow.", "scripts": { "build": "ncc build src/index.ts -o dist/main -m && ncc build src/cleanup_working_directory.ts -o dist/cleanup_working_directory -m",