Skip to content

Commit 1c83323

Browse files
authored
Merge pull request #100 from swup/version/automated
Update package version (automated)
2 parents 7566f03 + 7866c3b commit 1c83323

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-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.3] - 2023-08-24
6+
7+
- Add fallback if `requestIdleCallback` is unavailable
8+
59
## [3.2.2] - 2023-08-16
610

711
- Fix missing dist files
@@ -91,8 +95,9 @@
9195

9296
- Initial release
9397

94-
[Unreleased]: https://github.com/swup/preload-plugin/compare/3.2.2...HEAD
98+
[Unreleased]: https://github.com/swup/preload-plugin/compare/3.2.3...HEAD
9599

100+
[3.2.3]: https://github.com/swup/preload-plugin/releases/tag/3.2.3
96101
[3.2.2]: https://github.com/swup/preload-plugin/releases/tag/3.2.2
97102
[3.2.1]: https://github.com/swup/preload-plugin/releases/tag/3.2.1
98103
[3.2.0]: https://github.com/swup/preload-plugin/releases/tag/3.2.0

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

0 commit comments

Comments
 (0)