Skip to content

Commit 3ecffb1

Browse files
authored
Merge pull request #30 from swup/version/automated
Update package version (automated)
2 parents 40e6d03 + b025c05 commit 3ecffb1

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## [3.1.0] - 2023-07-29
6+
7+
- Port to TypeScript
8+
59
## [3.0.0] - 2023-07-26
610

711
- Finish animation by default
@@ -26,8 +30,9 @@
2630

2731
- Initial release
2832

29-
[Unreleased]: https://github.com/swup/progress-plugin/compare/3.0.0...HEAD
33+
[Unreleased]: https://github.com/swup/progress-plugin/compare/3.1.0...HEAD
3034

35+
[3.1.0]: https://github.com/swup/progress-plugin/releases/tag/3.1.0
3136
[3.0.0]: https://github.com/swup/progress-plugin/releases/tag/3.0.0
3237
[2.0.0]: https://github.com/swup/progress-plugin/releases/tag/2.0.0
3338
[1.2.0]: https://github.com/swup/progress-plugin/releases/tag/1.2.0

package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@swup/progress-plugin",
33
"amdName": "SwupProgressPlugin",
4-
"version": "3.0.0",
4+
"version": "3.1.0",
55
"description": "A swup plugin for displaying a progress bar",
66
"type": "module",
77
"source": "src/index.ts",

0 commit comments

Comments
 (0)