diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cfcbbd..c041b2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.1](https://github.com/TheBigSasha/tbsui-ssr/compare/v1.11.0...v1.11.1) (2024-05-08) + + +### Bug Fixes + +* remove extraneous navmenu blur ([5a4c250](https://github.com/TheBigSasha/tbsui-ssr/commit/5a4c2509a220ea291721771b8d75630c1f44fec4)) + ## [1.11.0](https://github.com/TheBigSasha/tbsui-ssr/compare/v1.10.5...v1.11.0) (2024-05-08) diff --git a/package.json b/package.json index 0687712..59736ed 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "thebigsasha ", "description": "A React component library which is capable of being deployed with javascript on the client.", "private": false, - "version": "1.11.0", + "version": "1.11.1", "packageManager": "pnpm@8.4.0", "type": "module", "main": "dist/index.js",