File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 3.1.2] - 2023-09-28
4
+
5
+ - Use ` @swup/cli ` for bundling
6
+
3
7
## [ 3.1.1] - 2023-09-25
4
8
5
9
- Add missing ` types ` entry in ` package.json `
35
39
36
40
[ Unreleased ] : https://github.com/swup/progress-plugin/compare/3.1.1...HEAD
37
41
42
+ [ 3.1.2 ] : https://github.com/swup/progress-plugin/releases/tag/3.1.2
38
43
[ 3.1.1 ] : https://github.com/swup/progress-plugin/releases/tag/3.1.1
39
44
[ 3.1.0 ] : https://github.com/swup/progress-plugin/releases/tag/3.1.0
40
45
[ 3.0.0 ] : https://github.com/swup/progress-plugin/releases/tag/3.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @swup/progress-plugin" ,
3
3
"amdName" : " SwupProgressPlugin" ,
4
- "version" : " 3.1.1 " ,
4
+ "version" : " 3.1.2 " ,
5
5
"description" : " A swup plugin for displaying a progress bar" ,
6
6
"type" : " module" ,
7
7
"source" : " src/index.ts" ,
You can’t perform that action at this time.
0 commit comments