diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b1884b..d55f2d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [0.34.0](https://github.com/rare-magma/guitos/compare/v0.33.0...v0.34.0) (2024-03-18) + + +### Features + +* reorderable list of items ([4c8565f](https://github.com/rare-magma/guitos/commit/4c8565f8aec3f16e5ad092d85063cec2cdd8baa4)), closes [#89](https://github.com/rare-magma/guitos/issues/89) + + +### Performance Improvements + +* lazy load tables ([60b909b](https://github.com/rare-magma/guitos/commit/60b909b5f8d46f45cec39780ad79a67ee1acea7f)) + # [0.33.0](https://github.com/rare-magma/guitos/compare/v0.32.1...v0.33.0) (2024-03-16) diff --git a/package-lock.json b/package-lock.json index a06c8cf..f422a31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "guitos", - "version": "0.33.0", + "version": "0.34.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "guitos", - "version": "0.33.0", + "version": "0.34.0", "dependencies": { "big.js": "6.2.1", "bootstrap": "5.3.2", diff --git a/package.json b/package.json index 4b6796d..1c46aa7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "guitos", - "version": "0.33.0", + "version": "0.34.0", "private": true, "type": "module", "scripts": {