Skip to content

Commit 31743e2

Browse files
authored
Merge pull request #29 from swup/version/automated
Update package version (automated)
2 parents da7782f + 313a376 commit 31743e2

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!-- ## [Unreleased] -->
44

5+
## [3.0.1] - 2023-08-29
6+
7+
- Handle exit codes on build errors
8+
59
## [3.0.0] - 2023-07-26
610

711
- Unregister hook handlers on unmount
@@ -18,8 +22,9 @@
1822

1923
- Initial release
2024

21-
[Unreleased]: https://github.com/swup/plugin/compare/3.0.0...HEAD
25+
[Unreleased]: https://github.com/swup/plugin/compare/3.0.1...HEAD
2226

27+
[3.0.1]: https://github.com/swup/plugin/releases/tag/3.0.1
2328
[3.0.0]: https://github.com/swup/plugin/releases/tag/3.0.0
2429
[2.0.0]: https://github.com/swup/plugin/releases/tag/2.0.0
2530
[1.0.0]: https://github.com/swup/plugin/releases/tag/1.0.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@swup/plugin",
33
"amdName": "SwupPlugin",
44
"description": "Base class for creating swup plugins",
5-
"version": "3.0.0",
5+
"version": "3.0.1",
66
"type": "module",
77
"source": "src/index.ts",
88
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)