diff --git a/CHANGELOG.md b/CHANGELOG.md index 8875aab..614a97d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.1.5](https://github.com/hiroki0525/react-dom-lazyload-component/compare/v4.1.4...v4.1.5) (2023-01-02) + + +### Bug Fixes + +* unable to import package when develop ([df4eae2](https://github.com/hiroki0525/react-dom-lazyload-component/commit/df4eae22d75f8603df44a739f1ad1a4a1ad5759d)) + ## [4.1.4](https://github.com/hiroki0525/react-dom-lazyload-component/compare/v4.1.3...v4.1.4) (2023-01-02) diff --git a/package-lock.json b/package-lock.json index b0b5341..c507c6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-dom-lazyload-component", - "version": "4.1.4", + "version": "4.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-dom-lazyload-component", - "version": "4.1.4", + "version": "4.1.5", "license": "MIT", "workspaces": [ "examples" diff --git a/package.json b/package.json index dfa3422..aad5e48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-dom-lazyload-component", - "version": "4.1.4", + "version": "4.1.5", "description": "React Lazy Load Component for your Website Performance🚀", "main": "dist/cjs/index.js", "module": "dist/index.js",