From 3b9fd15ad2808dd3f8014ab5a045998519cf9c49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 15:05:50 +1000 Subject: [PATCH] chore(master): release 0.3.2 (#5) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1257278..e144a29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/ocavue/astro-theme-toggle/compare/v0.3.1...v0.3.2) (2024-09-14) + + +### Bug Fixes + +* fix typescript error about startViewTransition ([91774de](https://github.com/ocavue/astro-theme-toggle/commit/91774def1d4a6d08ecf22c423af8edcf3448ff7d)) + ## [0.3.1](https://github.com/ocavue/astro-theme-toggle/compare/v0.3.0...v0.3.1) (2024-09-12) diff --git a/package.json b/package.json index 76a90f5..872cf19 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-theme-toggle", "type": "module", - "version": "0.3.1", + "version": "0.3.2", "packageManager": "pnpm@8.15.9", "description": "", "author": "ocavue ",