diff --git a/CHANGELOG.md b/CHANGELOG.md index 17b5e5a0..2e52fda2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [13.4.6](https://github.com/5app/base5-ui/compare/v13.4.5...v13.4.6) (2021-08-25) + + +### Bug Fixes + +* **SelectionTable:** Fix making IDs unique after TS compilation, noissue ([6199809](https://github.com/5app/base5-ui/commit/6199809dd92b02960e908aff0faef089022536bc)) + ## [13.4.5](https://github.com/5app/base5-ui/compare/v13.4.4...v13.4.5) (2021-08-25) diff --git a/package.json b/package.json index 1ab4349a..2ed532eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "13.4.5", + "version": "13.4.6", "description": "5app's reusable UI component library", "main": "index.js", "types": "dist/index.d.ts",