Skip to content

Commit 095dd5d

Browse files
authored
Merge pull request #111 from swup/version/automated
Update package version (automated)
2 parents b8ee367 + 25c0c36 commit 095dd5d

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## [3.3.0] - 2023-09-28
3+
## [3.2.6] - 2023-10-13
4+
5+
- Fix `swup.preload` function signature
6+
7+
## [3.2.5] - 2023-09-28
48

59
- Use `@swup/cli` for bundling
610
- New option `preloadVisibleLinks.ignore`
@@ -103,7 +107,8 @@
103107

104108
- Initial release
105109

106-
[3.3.0]: https://github.com/swup/preload-plugin/releases/tag/3.3.0
110+
[3.2.6]: https://github.com/swup/preload-plugin/releases/tag/3.2.6
111+
[3.2.5]: https://github.com/swup/preload-plugin/releases/tag/3.2.5
107112
[3.2.4]: https://github.com/swup/preload-plugin/releases/tag/3.2.4
108113
[3.2.3]: https://github.com/swup/preload-plugin/releases/tag/3.2.3
109114
[3.2.2]: https://github.com/swup/preload-plugin/releases/tag/3.2.2

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/preload-plugin",
33
"amdName": "SwupPreloadPlugin",
4-
"version": "3.2.5",
4+
"version": "3.2.6",
55
"description": "A swup plugin for preloading pages and faster navigation",
66
"type": "module",
77
"source": "src/index.ts",

0 commit comments

Comments
 (0)