From 295d0a413c94421dfe3824ab0db2a26281012425 Mon Sep 17 00:00:00 2001 From: Aaron_Zhou Date: Tue, 25 Jul 2023 15:57:17 +0800 Subject: [PATCH] chore(release): 1.0.0-beta.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 107ef53..08d4c1d 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-beta.2](https://github.com/Clarkkkk/vue-view-transitions/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2023-07-25) + + +### Bug Fixes + +* should not access `capturedPromise` before initialization ([abf2cb9](https://github.com/Clarkkkk/vue-view-transitions/commit/abf2cb971dc5ed6b00b7542058ad02a566ba38e3)) + + + # [1.0.0-beta.1](https://github.com/Clarkkkk/vue-view-transitions/compare/v0.4.0-beta.1...v1.0.0-beta.1) (2023-07-25) diff --git a/package.json b/package.json index 6a4a675..1ddda71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-view-transitions", - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.2", "description": "A simple way to use View Transitions API in Vue", "license": "MIT", "author": "Aaron Zhou",