Skip to content

Commit c84abbf

Browse files
authored
Merge pull request #32 from swup/version/automated
Update package version (automated)
2 parents af6b2df + bb999c0 commit c84abbf

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

3-
<!-- ## [Unreleased] -->
3+
## [3.1.1] - 2023-09-25
4+
5+
- Add missing `types` entry in `package.json`
6+
- Update @swup/plugin base class
47

58
## [3.1.0] - 2023-07-29
69

@@ -30,8 +33,9 @@
3033

3134
- Initial release
3235

33-
[Unreleased]: https://github.com/swup/progress-plugin/compare/3.1.0...HEAD
36+
[Unreleased]: https://github.com/swup/progress-plugin/compare/3.1.1...HEAD
3437

38+
[3.1.1]: https://github.com/swup/progress-plugin/releases/tag/3.1.1
3539
[3.1.0]: https://github.com/swup/progress-plugin/releases/tag/3.1.0
3640
[3.0.0]: https://github.com/swup/progress-plugin/releases/tag/3.0.0
3741
[2.0.0]: https://github.com/swup/progress-plugin/releases/tag/2.0.0

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@swup/progress-plugin",
33
"amdName": "SwupProgressPlugin",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"description": "A swup plugin for displaying a progress bar",
66
"type": "module",
77
"source": "src/index.ts",
@@ -49,7 +49,7 @@
4949
"url": "https://github.com/swup/progress-plugin.git"
5050
},
5151
"dependencies": {
52-
"@swup/plugin": "^3.0.0"
52+
"@swup/plugin": "^3.0.1"
5353
},
5454
"peerDependencies": {
5555
"swup": "^4.0.0"

0 commit comments

Comments
 (0)