Skip to content

Commit 9b073e4

Browse files
authored
Merge pull request #94 from swup/version/automated
Update package version (automated)
2 parents 2425893 + cc43fff commit 9b073e4

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!-- ## [Unreleased] -->
44

5+
## [3.2.2] - 2023-08-16
6+
7+
- Fix missing dist files
8+
59
## [3.2.1] - 2023-08-15
610

711
- Optimize intersection observer performance
@@ -87,8 +91,9 @@
8791

8892
- Initial release
8993

90-
[Unreleased]: https://github.com/swup/preload-plugin/compare/3.2.1...HEAD
94+
[Unreleased]: https://github.com/swup/preload-plugin/compare/3.2.2...HEAD
9195

96+
[3.2.2]: https://github.com/swup/preload-plugin/releases/tag/3.2.2
9297
[3.2.1]: https://github.com/swup/preload-plugin/releases/tag/3.2.1
9398
[3.2.0]: https://github.com/swup/preload-plugin/releases/tag/3.2.0
9499
[3.1.2]: https://github.com/swup/preload-plugin/releases/tag/3.1.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.1",
4+
"version": "3.2.2",
55
"description": "A swup plugin for preloading pages and faster navigation",
66
"type": "module",
77
"source": "src/index.ts",

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ export default class SwupPreloadPlugin extends Plugin {
122122
swup.hooks.create('page:preload');
123123
swup.hooks.create('link:hover');
124124

125+
// @ts-ignore: non-matching signatures (TODO: fix properly)
125126
swup.preload = this.preload;
126127
swup.preloadLinks = this.preloadLinks;
127128

0 commit comments

Comments
 (0)