Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clarkkkk committed Jul 27, 2023
1 parent a47d5ad commit ae61b41
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

# [1.0.0](https://github.com/Clarkkkk/vue-view-transitions/compare/v1.0.0-beta.2...v1.0.0) (2023-07-27)


### Bug Fixes

* return `ViewTransition` object with default values when browser does not support view transitions api ([a47d5ad](https://github.com/Clarkkkk/vue-view-transitions/commit/a47d5adebf1b20c45253fe24845a8bcc7e53a8db))



# [1.0.0-beta.2](https://github.com/Clarkkkk/vue-view-transitions/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2023-07-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-view-transitions",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"description": "A simple way to use View Transitions API in Vue",
"license": "MIT",
"author": "Aaron Zhou",
Expand Down

0 comments on commit ae61b41

Please sign in to comment.