diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a9fc60..e000bfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.1.1] - 2024-07-18 + ### Fixed - Fixed hide feature for tiles menu items @@ -230,12 +232,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - created package :tada: - added tests -[unreleased]: https://github.com/neolution-ch/react-pattern-ui/compare/4.1.0...HEAD +[unreleased]: https://github.com/neolution-ch/react-pattern-ui/compare/4.1.1...HEAD [2.1.1]: https://github.com/neolution-ch/react-pattern-ui/compare/2.1.0...2.1.1 [2.1.0]: https://github.com/neolution-ch/react-pattern-ui/compare/2.0.2...2.1.0 [2.0.2]: https://github.com/neolution-ch/react-pattern-ui/compare/2.0.1...2.0.2 [2.0.1]: https://github.com/neolution-ch/react-pattern-ui/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/neolution-ch/react-pattern-ui/compare/45cbeb76034667019da84605082679900f506d75...2.0.0 +[4.1.1]: https://github.com/neolution-ch/react-pattern-ui/compare/4.1.0...4.1.1 [4.1.0]: https://github.com/neolution-ch/react-pattern-ui/compare/4.0.0...4.1.0 [4.0.0]: https://github.com/neolution-ch/react-pattern-ui/compare/3.4.0...4.0.0 [3.4.0]: https://github.com/neolution-ch/react-pattern-ui/compare/3.3.0...3.4.0 diff --git a/package.json b/package.json index 2a57e0e..7714e39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neolution-ch/react-pattern-ui", - "version": "4.1.0", + "version": "4.1.1", "description": "Some basic functions and components which are needed in most of projects.", "repository": { "type": "git",