diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c59d8b9..76ada426 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [4.3.2](https://github.com/globalbrain/sefirot/compare/v4.3.1...v4.3.2) (2024-09-19) + + +### Bug Fixes + +* move shims to client so other deps don't need to manually declare them ([62cf9d3](https://github.com/globalbrain/sefirot/commit/62cf9d381a697b6205103b9520b45dc9892a64ed)) + ## [4.3.1](https://github.com/globalbrain/sefirot/compare/v4.3.0...v4.3.1) (2024-09-18) diff --git a/package.json b/package.json index 6f2c0a17..7ff7d491 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@globalbrain/sefirot", "type": "module", - "version": "4.3.1", + "version": "4.3.2", "packageManager": "pnpm@9.9.0", "description": "Vue Components for Global Brain Design System.", "author": "Kia Ishii ",