From c12cf5925714a1eecd214a7c9722ee990449324f Mon Sep 17 00:00:00 2001 From: Guillaume Briday Date: Fri, 23 Dec 2022 18:37:24 -0500 Subject: [PATCH] Changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71422c6..d3437a0 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-23 + +### Added + +- Adding `name` in library export to use the package with CDN, Sprockets and `import-maps`. + +### Chore + +- Upgrading to Node `18`. +- Bump dependencies. +- Upgrading to Vite `4.x`. +- Docs new UI. + ## [4.0.1] - 2022-04-03 ### Chore