From 4bd8f216829712095175672008c5f3fa91ae225e Mon Sep 17 00:00:00 2001 From: Guillaume Briday Date: Fri, 23 Dec 2022 19:32:03 -0500 Subject: [PATCH] Changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41d7cc1..e9d46a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.0] - 2022-12-23 + +### 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. + ## [3.1.0] - 2022-11-03 ### Chore