Skip to content

Commit 018626e

Browse files
authored
Merge pull request #48 from swup/version/automated
Update package version (automated)
2 parents 3a27ff7 + ed70e00 commit 018626e

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

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.1.1] - 2023-08-09
6+
7+
- Fix toplevel `"types"` export
8+
59
## [3.1.0] - 2023-07-29
610

711
- Port to TypeScript
@@ -32,8 +36,9 @@
3236

3337
- Initial release
3438

35-
[Unreleased]: https://github.com/swup/forms-plugin/compare/3.1.0...HEAD
39+
[Unreleased]: https://github.com/swup/forms-plugin/compare/3.1.1...HEAD
3640

41+
[3.1.1]: https://github.com/swup/forms-plugin/releases/tag/3.1.1
3742
[3.1.0]: https://github.com/swup/forms-plugin/releases/tag/3.1.0
3843
[3.0.0]: https://github.com/swup/forms-plugin/releases/tag/3.0.0
3944
[2.0.0]: https://github.com/swup/forms-plugin/releases/tag/2.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
@@ -1,7 +1,7 @@
11
{
22
"name": "@swup/forms-plugin",
33
"amdName": "SwupFormsPlugin",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"description": "A swup plugin for submitting forms",
66
"type": "module",
77
"source": "src/index.ts",

0 commit comments

Comments
 (0)