diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c0d7d5..32aaeba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0-beta.2](https://github.com/binodnepali/react-nepali-datetime-picker/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2023-08-20) + + +### Bug Fixes + +* disable body scroll when modal is shown in mobile view ([ed8cca2](https://github.com/binodnepali/react-nepali-datetime-picker/commit/ed8cca2e94062571a7058017328dfc28b9f39c7f)) +* modal position ([c95d85c](https://github.com/binodnepali/react-nepali-datetime-picker/commit/c95d85c1ed0aa502d66dc749ec8848670f6d27ec)) + ## [1.0.0-beta.1](https://github.com/binodnepali/react-nepali-datetime-picker/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2023-08-13) diff --git a/package.json b/package.json index f747960..3fc85a6 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-nepali-datetime-picker" ], "private": false, - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.2", "type": "module", "license": "MIT", "main": "dist/index.umd.js",