From ae61b41b2ae14570069991475c2df73a47f3f425 Mon Sep 17 00:00:00 2001 From: Aaron_Zhou Date: Fri, 28 Jul 2023 01:24:46 +0800 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08d4c1d..80ac948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 1ddda71..45bdd57 100644 --- a/package.json +++ b/package.json @@ -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",