Skip to content

Commit

Permalink
Merge pull request #831 from swup/version/automated
Browse files Browse the repository at this point in the history
Update package version (automated)
  • Loading branch information
hirasso committed Nov 17, 2023
2 parents 809bd15 + 55d2093 commit 76ceb51
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [4.4.4] - 2023-11-17

- Dispatch DOM event `swup:any` every time a hook is run
- Allow listening to DOM events from the `window`
- Improve working with DOM events in TypeScript

## [4.4.3] - 2023-11-16

- Improve compatibility with older Safari versions
Expand Down Expand Up @@ -183,6 +189,7 @@ See [upgrade instructions](https://swup.js.org/getting-started/upgrading-v3/) fo

- Fix bug where animateHistoryBrowsing option was ignored for OUT animations

[4.4.4]: https://github.com/swup/swup/releases/tag/4.4.4
[4.4.3]: https://github.com/swup/swup/releases/tag/4.4.3
[4.4.2]: https://github.com/swup/swup/releases/tag/4.4.3
[4.4.1]: https://github.com/swup/swup/releases/tag/4.4.1
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",
"amdName": "Swup",
"version": "4.4.3",
"version": "4.4.4",
"description": "Versatile and extensible page transition library for server-rendered websites",
"type": "module",
"source": "./src/Swup.ts",
Expand Down

0 comments on commit 76ceb51

Please sign in to comment.