From 7f717fa2747af5be84ca955dc6bf47ca95c9aadf Mon Sep 17 00:00:00 2001 From: Guillaume Briday Date: Sun, 25 Dec 2022 23:10:06 -0500 Subject: [PATCH] Changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7317731..9d9c12f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.1.0] - 2022-12-25 + +### Added + +- Adding `name` in library export to use the package with CDN, Sprockets and `import-maps`. + +### Chore + +- Bump dependencies. +- Upgrading to Vite `4.x`. +- Docs new UI. +- Upgrading Node to `18.x`. + ## [4.0.0] - 2022-10-31 ### Chore