From 67ac5d43f808a352c4f841723ce02fe08958e55a Mon Sep 17 00:00:00 2001 From: Guillaume Briday Date: Sun, 25 Dec 2022 22:36:53 -0500 Subject: [PATCH] Changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42d7a38..edf5d7f 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] - 2021-10-27 ### Chore