Skip to content

Commit 7eb4524

Browse files
authored
Merge pull request #65 from swup/version/automated
Update package version (automated)
2 parents 34ec926 + b822a75 commit 7eb4524

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
<!-- ## [Unreleased] -->
3+
## [3.4.2] - 2023-09-19
4+
5+
- Fix issue where consecutive submissions would be handled by the browser
46

57
## [3.4.1] - 2023-09-19
68

@@ -52,8 +54,7 @@
5254

5355
- Initial release
5456

55-
[Unreleased]: https://github.com/swup/forms-plugin/compare/3.4.1...HEAD
56-
57+
[3.4.2]: https://github.com/swup/forms-plugin/releases/tag/3.4.2
5758
[3.4.1]: https://github.com/swup/forms-plugin/releases/tag/3.4.1
5859
[3.4.0]: https://github.com/swup/forms-plugin/releases/tag/3.4.0
5960
[3.3.0]: https://github.com/swup/forms-plugin/releases/tag/3.3.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.4.1",
4+
"version": "3.4.2",
55
"description": "A swup plugin for submitting forms",
66
"type": "module",
77
"source": "src/index.ts",

0 commit comments

Comments
 (0)