Skip to content

Commit 9b250b6

Browse files
authored
Merge pull request #29 from swup/typescript
Port to Typescript
2 parents e2785a3 + fa6b0c1 commit 9b250b6

File tree

6 files changed

+1276
-1039
lines changed

6 files changed

+1276
-1039
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## [3.1.0] - 2023-07-30
6+
7+
- Port to TypeScript
8+
59
## [3.0.0] - 2023-07-26
610

711
- Allow returning Promises and async/await animation functions
@@ -37,8 +41,9 @@
3741

3842
- Initial release
3943

40-
[Unreleased]: https://github.com/swup/js-plugin/compare/3.0.0...HEAD
44+
[Unreleased]: https://github.com/swup/js-plugin/compare/3.1.0...HEAD
4145

46+
[3.1.0]: https://github.com/swup/js-plugin/releases/tag/3.1.0
4247
[3.0.0]: https://github.com/swup/js-plugin/releases/tag/3.0.0
4348
[2.0.0]: https://github.com/swup/js-plugin/releases/tag/2.0.0
4449
[1.0.5]: https://github.com/swup/js-plugin/releases/tag/1.0.5

0 commit comments

Comments
 (0)