diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d666c7..ae73058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## Version [1.1.1](https://git.belin.io/cedx/nwjs.hx/compare/v1.1.0...v1.1.1) +- Fixed the `Window.capturePage()` typings. + ## Version [1.1.0](https://git.belin.io/cedx/nwjs.hx/compare/v1.0.3...v1.1.0) - Added the `AppComponent` enumeration. - Added the `enableComponent()` and `updateComponent()` methods to the `App` class. diff --git a/haxelib.json b/haxelib.json index 341129f..d77c990 100644 --- a/haxelib.json +++ b/haxelib.json @@ -5,7 +5,7 @@ "description": "Extern definitions for NW.js.", "license": "MIT", "name": "nwjs", - "releasenote": "Added support for the Widevine component.", + "releasenote": "Fixed the `Window.capturePage()` typings.", "tags": ["desktop", "extern", "js", "nodejs", "nwjs", "web"], "url": "https://docs.belin.io/nwjs.hx", "version": "1.1.1"