Skip to content

Commit

Permalink
Merge pull request #54 from swup/version/automated
Browse files Browse the repository at this point in the history
Update package version (automated)
  • Loading branch information
hirasso authored Oct 5, 2023
2 parents cd54b97 + 51cf740 commit e83c056
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.3.3] - 2023-10-05

- Refactor exports
- Ensure all type definitions make it into `/dist`
- Fix return type of `swup.getFragmentVisit()`

## [0.3.2] - 2023-09-26

- Use `@swup/cli` for bundling
Expand Down Expand Up @@ -37,6 +43,7 @@

- Initial Release

[0.3.3]: https://github.com/swup/fragment-plugin/releases/tag/0.3.3
[0.3.2]: https://github.com/swup/fragment-plugin/releases/tag/0.3.2
[0.3.1]: https://github.com/swup/fragment-plugin/releases/tag/0.3.1
[0.3.0]: https://github.com/swup/fragment-plugin/releases/tag/0.3.0
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/fragment-plugin",
"amdName": "SwupFragmentPlugin",
"version": "0.3.2",
"version": "0.3.3",
"description": "A swup plugin for dynamically replacing containers based on rules",
"type": "module",
"source": "src/index.ts",
Expand Down

0 comments on commit e83c056

Please sign in to comment.