diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c5d7e5..07215dce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.1-beta.4](https://github.com/touk/nk-windows/compare/v1.9.1-beta.3...v1.9.1-beta.4) (2024-12-05) + + +### Bug Fixes + +* window position ([23a895b](https://github.com/touk/nk-windows/commit/23a895b07a5f37d897f5b796463b5bc2bd0afcf1)) + ## [1.9.1-beta.3](https://github.com/touk/nk-windows/compare/v1.9.1-beta.2...v1.9.1-beta.3) (2024-11-27) diff --git a/package-lock.json b/package-lock.json index f72c4210..020a0443 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@touk/window-manager", - "version": "1.9.1-beta.3", + "version": "1.9.1-beta.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@touk/window-manager", - "version": "1.9.1-beta.3", + "version": "1.9.1-beta.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index eab679e9..9384c4a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@touk/window-manager", - "version": "1.9.1-beta.3", + "version": "1.9.1-beta.4", "types": "./cjs/index.d.ts", "main": "./cjs/index.js", "module": "./esm/index.js",