Skip to content

Commit

Permalink
Updated the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Nov 2, 2020
1 parent 2e3581c commit 73a17e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

## Version [1.0.3](https://git.belin.io/cedx/nwjs.hx/compare/v1.0.2...v1.0.3)
- Fixed the `WindowOpenOptions` type definition.

## Version [1.0.2](https://git.belin.io/cedx/nwjs.hx/compare/v1.0.1...v1.0.2)
- Added the `WindowOpenOptions.mixed_content` property.
- Added the `WindowOpenOptions.mixed_context` property.

## Version [1.0.1](https://git.belin.io/cedx/nwjs.hx/compare/v1.0.0...v1.0.1)
- The `nwjs` conditional compilation flag is automatically defined by the [Haxe](https://haxe.org) compiler.
Expand Down
2 changes: 1 addition & 1 deletion haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Extern definitions for NW.js.",
"license": "MIT",
"name": "nwjs",
"releasenote": "Added the `WindowOpenOptions.mixed_content` property.",
"releasenote": "Fixed the `WindowOpenOptions` type definition.",
"tags": ["desktop", "extern", "js", "nodejs", "nwjs", "web"],
"url": "https://docs.belin.io/nwjs.hx",
"version": "1.0.3"
Expand Down

0 comments on commit 73a17e7

Please sign in to comment.