From 138b140121718bac931684c78a774d68a20e022f Mon Sep 17 00:00:00 2001 From: Luca Hendrik Helms Date: Sun, 10 Dec 2023 18:02:32 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 407bded..aa916a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## v1.3.1 (2023-12-10) + +- fix style export in package.json ([#239](https://github.com/qwerty084/vue3-chessboard/pull/239)) + ## v1.3.0 (2023-12-10) +### CAUTION: this release is broken, use >= v1.3.1 instead + ### Breaking changes - `vue3-chessboard/style.css` has been removed. Please remove the import from existing projects.