Skip to content

Commit 053bf23

Browse files
authored
Merge pull request #52 from swup/version/automated
Update package version (automated)
2 parents 4e6d77d + d42a6ad commit 053bf23

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [2.2.1] - 2024-09-09
4+
5+
- Ignore empty string passed into `persistTags` option (@NukeJS)
6+
37
## [2.2.0] - 2024-02-15
48

59
- Improve performance by reusing parsed document throughout visit
@@ -42,6 +46,7 @@
4246

4347
- Initial release
4448

49+
[2.2.1]: https://github.com/swup/head-plugin/releases/tag/2.2.1
4550
[2.2.0]: https://github.com/swup/head-plugin/releases/tag/2.2.0
4651
[2.1.2]: https://github.com/swup/head-plugin/releases/tag/2.1.2
4752
[2.1.1]: https://github.com/swup/head-plugin/releases/tag/2.1.1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@swup/head-plugin",
33
"amdName": "SwupHeadPlugin",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"description": "A swup plugin for updating the contents of the head tag",
66
"type": "module",
77
"source": "src/index.ts",

0 commit comments

Comments
 (0)