Skip to content

Commit df3ac9d

Browse files
authored
Merge pull request #133 from swup/version/automated
Update package version (automated)
2 parents 9b059f5 + 6813883 commit df3ac9d

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+
## [3.2.11] - 2024-11-20
4+
5+
- Return cached data or pending promise for `swup.preload()` if already preloaded or preloading
6+
37
## [3.2.10] - 2024-02-02
48

59
- Fix: Make sure preload requests are not being ignored
@@ -125,6 +129,7 @@
125129

126130
- Initial release
127131

132+
[3.2.11]: https://github.com/swup/preload-plugin/releases/tag/3.2.11
128133
[3.2.10]: https://github.com/swup/preload-plugin/releases/tag/3.2.10
129134
[3.2.9]: https://github.com/swup/preload-plugin/releases/tag/3.2.9
130135
[3.2.8]: https://github.com/swup/preload-plugin/releases/tag/3.2.8

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

0 commit comments

Comments
 (0)