Skip to content

Commit d850fa4

Browse files
authored
Merge pull request #68 from swup/version/automated
Update package version (automated)
2 parents e30c31f + 6f38089 commit d850fa4

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [3.5.0] - 2024-03-21
4+
5+
- New option `stripEmptyParams`
6+
37
## [3.4.2] - 2023-09-19
48

59
- Fix issue where consecutive submissions would be handled by the browser
@@ -54,6 +58,7 @@
5458

5559
- Initial release
5660

61+
[3.5.0]: https://github.com/swup/forms-plugin/releases/tag/3.5.0
5762
[3.4.2]: https://github.com/swup/forms-plugin/releases/tag/3.4.2
5863
[3.4.1]: https://github.com/swup/forms-plugin/releases/tag/3.4.1
5964
[3.4.0]: https://github.com/swup/forms-plugin/releases/tag/3.4.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.2",
4+
"version": "3.5.0",
55
"description": "A swup plugin for submitting forms",
66
"type": "module",
77
"source": "src/index.ts",

0 commit comments

Comments
 (0)