Skip to content

Commit

Permalink
Merge pull request #21 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 16, 2023
2 parents 34c0eee + bc13be1 commit 190cd80
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [2.0.2] - 2023-09-16

- Use fully-qualified import paths

## [2.0.1] - 2023-07-29

- Fix error when accessing containers
Expand All @@ -18,8 +22,9 @@

- Initial release

[Unreleased]: https://github.com/swup/gia-plugin/compare/2.0.1...HEAD
[Unreleased]: https://github.com/swup/gia-plugin/compare/2.0.2...HEAD

[2.0.2]: https://github.com/swup/gia-plugin/releases/tag/2.0.2
[2.0.1]: https://github.com/swup/gia-plugin/releases/tag/2.0.1
[2.0.0]: https://github.com/swup/gia-plugin/releases/tag/2.0.0
[1.0.0]: https://github.com/swup/gia-plugin/releases/tag/1.0.0
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/gia-plugin",
"amdName": "SwupGiaPlugin",
"version": "2.0.1",
"version": "2.0.2",
"description": "A swup plugin for integrating Gia frontend components",
"type": "module",
"source": "src/index.js",
Expand Down

0 comments on commit 190cd80

Please sign in to comment.