Skip to content

Commit db142e7

Browse files
authored
Merge pull request #56 from swup/version/automated
Update package version (automated)
2 parents 65595de + 4832118 commit db142e7

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

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.3.0] - 2023-08-19
6+
7+
- Allow overrides from [submitter element](https://developer.mozilla.org/en-US/docs/Glossary/Submit_button#overriding_the_forms_behavior)
8+
59
## [3.2.0] - 2023-08-10
610

711
- Add support for [inline forms](https://swup.js.org/plugins/forms-plugin/#inline-forms)
@@ -40,8 +44,9 @@
4044

4145
- Initial release
4246

43-
[Unreleased]: https://github.com/swup/forms-plugin/compare/3.2.0...HEAD
47+
[Unreleased]: https://github.com/swup/forms-plugin/compare/3.3.0...HEAD
4448

49+
[3.3.0]: https://github.com/swup/forms-plugin/releases/tag/3.3.0
4550
[3.2.0]: https://github.com/swup/forms-plugin/releases/tag/3.2.0
4651
[3.1.1]: https://github.com/swup/forms-plugin/releases/tag/3.1.1
4752
[3.1.0]: https://github.com/swup/forms-plugin/releases/tag/3.1.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.2.0",
4+
"version": "3.3.0",
55
"description": "A swup plugin for submitting forms",
66
"type": "module",
77
"source": "src/index.ts",

0 commit comments

Comments
 (0)