Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
daun committed Jul 28, 2023
1 parent 8dcb7d7 commit e99b81a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [1.1.0] - 2023-07-28

- Port to TypeScript
- Update morphdom
- Skip contenteditable elements with focus

## [1.0.0] - 2023-07-26

- Switch to microbundle
Expand All @@ -20,8 +26,9 @@

- Initial release

[Unreleased]: https://github.com/swup-morph-plugin/compare/1.0.0...HEAD
[Unreleased]: https://github.com/swup-morph-plugin/compare/1.1.0...HEAD

[1.1.0]: https://github.com/swup-morph-plugin/releases/tag/1.1.0
[1.0.0]: https://github.com/swup-morph-plugin/releases/tag/1.0.0
[0.2.1]: https://github.com/swup-morph-plugin/releases/tag/0.2.1
[0.2.0]: https://github.com/swup-morph-plugin/releases/tag/0.2.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-morph-plugin",
"amdName": "SwupMorphPlugin",
"version": "1.0.0",
"version": "1.1.0",
"description": "A swup plugin for morphing dom nodes into the new page",
"type": "module",
"source": "src/index.ts",
Expand Down

0 comments on commit e99b81a

Please sign in to comment.