diff --git a/CHANGELOG.md b/CHANGELOG.md index f50f5a2..51bbf7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/gravity-ui/date-utils/compare/v2.0.1...v2.1.0) (2024-01-25) + + +### Features + +* **settings:** replaces dynamic import with getting a ready static module loader ([#46](https://github.com/gravity-ui/date-utils/issues/46)) ([d9f46a8](https://github.com/gravity-ui/date-utils/commit/d9f46a82679084c5051e6b18826d5f39a732915d)) + ## [2.0.1](https://github.com/gravity-ui/date-utils/compare/v2.0.0...v2.0.1) (2024-01-02) diff --git a/package-lock.json b/package-lock.json index 4f3728d..73cde07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/date-utils", - "version": "2.0.1", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/date-utils", - "version": "2.0.1", + "version": "2.1.0", "license": "MIT", "dependencies": { "dayjs": "1.11.10", diff --git a/package.json b/package.json index 6d97460..771ab18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/date-utils", - "version": "2.0.1", + "version": "2.1.0", "description": "Gravity UI date helpers", "main": "build/index.js", "types": "build/index.d.ts",