Skip to content

Commit

Permalink
Merge pull request #52 from swup/version/automated
Browse files Browse the repository at this point in the history
Update package version (automated)
  • Loading branch information
daun authored Sep 9, 2024
2 parents 4e6d77d + d42a6ad commit 053bf23
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.2.1] - 2024-09-09

- Ignore empty string passed into `persistTags` option (@NukeJS)

## [2.2.0] - 2024-02-15

- Improve performance by reusing parsed document throughout visit
Expand Down Expand Up @@ -42,6 +46,7 @@

- Initial release

[2.2.1]: https://github.com/swup/head-plugin/releases/tag/2.2.1
[2.2.0]: https://github.com/swup/head-plugin/releases/tag/2.2.0
[2.1.2]: https://github.com/swup/head-plugin/releases/tag/2.1.2
[2.1.1]: https://github.com/swup/head-plugin/releases/tag/2.1.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@swup/head-plugin",
"amdName": "SwupHeadPlugin",
"version": "2.2.0",
"version": "2.2.1",
"description": "A swup plugin for updating the contents of the head tag",
"type": "module",
"source": "src/index.ts",
Expand Down

0 comments on commit 053bf23

Please sign in to comment.