diff --git a/CHANGELOG.md b/CHANGELOG.md index ed4d8bfe..9b403c30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.9.0-beta.4](https://github.com/touk/nk-windows/compare/v1.9.0-beta.3...v1.9.0-beta.4) (2024-07-25) + + +### Bug Fixes + +* window lazy loading animation ([5a14fcf](https://github.com/touk/nk-windows/commit/5a14fcf478d55f9cbbb2c8e2d974dbad0c57aceb)) + # [1.9.0-beta.3](https://github.com/touk/nk-windows/compare/v1.9.0-beta.2...v1.9.0-beta.3) (2024-07-23) diff --git a/package-lock.json b/package-lock.json index 860c7cb1..4ca6a20b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@touk/window-manager", - "version": "1.9.0-beta.3", + "version": "1.9.0-beta.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@touk/window-manager", - "version": "1.9.0-beta.3", + "version": "1.9.0-beta.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e3bc845a..cd95391a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@touk/window-manager", - "version": "1.9.0-beta.3", + "version": "1.9.0-beta.4", "types": "./cjs/index.d.ts", "main": "./cjs/index.js", "module": "./esm/index.js",