Skip to content

Commit

Permalink
chore: bump version and changelog for v4.0.3 release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Dec 13, 2024
1 parent 313252b commit a9128de
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a9128de

Please sign in to comment.