We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89406ef commit 51cf740Copy full SHA for 51cf740
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## [0.3.2] - 2023-09-26
10
11
- Use `@swup/cli` for bundling
@@ -37,6 +43,7 @@
37
43
38
44
- Initial Release
39
45
46
+[0.3.3]: https://github.com/swup/fragment-plugin/releases/tag/0.3.3
40
47
[0.3.2]: https://github.com/swup/fragment-plugin/releases/tag/0.3.2
41
48
[0.3.1]: https://github.com/swup/fragment-plugin/releases/tag/0.3.1
42
49
[0.3.0]: https://github.com/swup/fragment-plugin/releases/tag/0.3.0
0 commit comments