From f3161f10d9dac362ce15140ea0f3bd6525bb5bb8 Mon Sep 17 00:00:00 2001 From: CRIMX Date: Fri, 19 Jul 2024 10:58:33 +0800 Subject: [PATCH] chore(release): 5.4.6 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef73a9bf..915bef97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [5.4.6](https://github.com/crimx/value-enhancer/compare/v5.4.5...v5.4.6) (2024-07-19) + + +### Bug Fixes + +* use lowercase `jsdelivr` ([#3](https://github.com/crimx/value-enhancer/issues/3)) ([b839826](https://github.com/crimx/value-enhancer/commit/b839826b14e336e5ec7317816fb6873c75b9278d)) + ### [5.4.5](https://github.com/crimx/value-enhancer/compare/v5.4.4...v5.4.5) (2024-07-16) ### [5.4.4](https://github.com/crimx/value-enhancer/compare/v5.4.3...v5.4.4) (2024-07-15) diff --git a/package.json b/package.json index ce2f54be..82fe599a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "value-enhancer", - "version": "5.4.5", + "version": "5.4.6", "private": false, "description": "Enhance value with plain and explicit reactive wrapper. Think of it as hook-style signals.", "license": "MIT",