Skip to content

Commit

Permalink
Merge pull request #63 from swup/version/automated
Browse files Browse the repository at this point in the history
Update package version (automated)
  • Loading branch information
hirasso authored Nov 13, 2023
2 parents c75d8f5 + a3dc073 commit 2d5e4d5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.3.6] - 2023-11-13

- Prevent `<dialog>` fragments from being closed if pressing the <kbd>Escape<kbd> key

## [0.3.5] - 2023-11-11

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

- Initial Release

[0.3.6]: https://github.com/swup/fragment-plugin/releases/tag/0.3.6
[0.3.5]: https://github.com/swup/fragment-plugin/releases/tag/0.3.5
[0.3.4]: https://github.com/swup/fragment-plugin/releases/tag/0.3.4
[0.3.3]: https://github.com/swup/fragment-plugin/releases/tag/0.3.3
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@swup/fragment-plugin",
"amdName": "SwupFragmentPlugin",
"version": "0.3.5",
"version": "0.3.6",
"description": "A swup plugin for dynamically replacing containers based on rules",
"type": "module",
"source": "src/index.ts",
Expand Down

0 comments on commit 2d5e4d5

Please sign in to comment.