Skip to content

Commit 2d5e4d5

Browse files
authored
Merge pull request #63 from swup/version/automated
Update package version (automated)
2 parents c75d8f5 + a3dc073 commit 2d5e4d5

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.3.6] - 2023-11-13
4+
5+
- Prevent `<dialog>` fragments from being closed if pressing the <kbd>Escape<kbd> key
6+
37
## [0.3.5] - 2023-11-11
48

59
- New [API methods](https://github.com/swup/fragment-plugin#api-methods):
@@ -57,6 +61,7 @@
5761

5862
- Initial Release
5963

64+
[0.3.6]: https://github.com/swup/fragment-plugin/releases/tag/0.3.6
6065
[0.3.5]: https://github.com/swup/fragment-plugin/releases/tag/0.3.5
6166
[0.3.4]: https://github.com/swup/fragment-plugin/releases/tag/0.3.4
6267
[0.3.3]: https://github.com/swup/fragment-plugin/releases/tag/0.3.3

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@swup/fragment-plugin",
33
"amdName": "SwupFragmentPlugin",
4-
"version": "0.3.5",
4+
"version": "0.3.6",
55
"description": "A swup plugin for dynamically replacing containers based on rules",
66
"type": "module",
77
"source": "src/index.ts",

0 commit comments

Comments
 (0)