Skip to content

Commit e83c056

Browse files
authored
Merge pull request #54 from swup/version/automated
Update package version (automated)
2 parents cd54b97 + 51cf740 commit e83c056

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.3.3] - 2023-10-05
4+
5+
- Refactor exports
6+
- Ensure all type definitions make it into `/dist`
7+
- Fix return type of `swup.getFragmentVisit()`
8+
39
## [0.3.2] - 2023-09-26
410

511
- Use `@swup/cli` for bundling
@@ -37,6 +43,7 @@
3743

3844
- Initial Release
3945

46+
[0.3.3]: https://github.com/swup/fragment-plugin/releases/tag/0.3.3
4047
[0.3.2]: https://github.com/swup/fragment-plugin/releases/tag/0.3.2
4148
[0.3.1]: https://github.com/swup/fragment-plugin/releases/tag/0.3.1
4249
[0.3.0]: https://github.com/swup/fragment-plugin/releases/tag/0.3.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/fragment-plugin",
33
"amdName": "SwupFragmentPlugin",
4-
"version": "0.3.2",
4+
"version": "0.3.3",
55
"description": "A swup plugin for dynamically replacing containers based on rules",
66
"type": "module",
77
"source": "src/index.ts",

0 commit comments

Comments
 (0)