diff --git a/CHANGELOG.md b/CHANGELOG.md index 0485b4c..5244c44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.1](https://github.com/TheBigSasha/tbsui-ssr/compare/v1.4.0...v1.4.1) (2023-09-01) + + +### Bug Fixes + +* webkit rendering of hamburger x mode ([c6dcf82](https://github.com/TheBigSasha/tbsui-ssr/commit/c6dcf826a342015d74b3413fa9de939c7f9f7e06)) + ## [1.4.0](https://github.com/TheBigSasha/tbsui-ssr/compare/v1.3.1...v1.4.0) (2023-09-01) diff --git a/package.json b/package.json index 4aa22ee..237d770 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.4.0", + "version": "1.4.1", "packageManager": "pnpm@8.4.0", "main": "./dist/tbsui-ssr.umd.js", "module": "./dist/tbsui-ssr.es.js",