diff --git a/CHANGELOG.md b/CHANGELOG.md index 42d047f..7d88175 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.2.0] - 2024-10-08 + ### Added - Expose `mainContentBodyRef` in order to control main body behaviour (e.g. scroll to top on page change) @@ -236,12 +238,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.1...HEAD +[unreleased]: https://github.com/neolution-ch/react-pattern-ui/compare/4.2.0...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.2.0]: https://github.com/neolution-ch/react-pattern-ui/compare/4.1.1...4.2.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 diff --git a/package.json b/package.json index 7714e39..611c35c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neolution-ch/react-pattern-ui", - "version": "4.1.1", + "version": "4.2.0", "description": "Some basic functions and components which are needed in most of projects.", "repository": { "type": "git",