Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Nov 11, 2021
1 parent b0add44 commit 99c70dc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
27 changes: 18 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.0.0] - 2021-11-11

### Changed

- **Breaking:** drop Node.js 8 ([`b0add44`](https://github.com/vweevers/win-version-info/commit/b0add44)) (Vincent Weevers)
- Move to Node-API with prebuildify ([`cf5c6c7`](https://github.com/vweevers/win-version-info/commit/cf5c6c7)) (Vincent Weevers).

## [4.0.0] - 2021-06-07

### Changed
Expand Down Expand Up @@ -110,22 +117,24 @@

:seedling: Initial release.

[4.0.0]: https://github.com/vweevers/win-version-info/compare/v3.1.1...v4.0.0
[5.0.0]: https://github.com/vweevers/win-version-info/releases/tag/v5.0.0

[4.0.0]: https://github.com/vweevers/win-version-info/releases/tag/v4.0.0

[3.1.1]: https://github.com/vweevers/win-version-info/compare/v3.1.0...v3.1.1
[3.1.1]: https://github.com/vweevers/win-version-info/releases/tag/v3.1.1

[3.1.0]: https://github.com/vweevers/win-version-info/compare/v3.0.1...v3.1.0
[3.1.0]: https://github.com/vweevers/win-version-info/releases/tag/v3.1.0

[3.0.1]: https://github.com/vweevers/win-version-info/compare/v3.0.0...v3.0.1
[3.0.1]: https://github.com/vweevers/win-version-info/releases/tag/v3.0.1

[3.0.0]: https://github.com/vweevers/win-version-info/compare/v2.1.0...v3.0.0
[3.0.0]: https://github.com/vweevers/win-version-info/releases/tag/v3.0.0

[2.1.0]: https://github.com/vweevers/win-version-info/compare/v2.0.0...v2.1.0
[2.1.0]: https://github.com/vweevers/win-version-info/releases/tag/v2.1.0

[2.0.0]: https://github.com/vweevers/win-version-info/compare/v2.0.0-beta1...v2.0.0
[2.0.0]: https://github.com/vweevers/win-version-info/releases/tag/v2.0.0

[2.0.0-beta1]: https://github.com/vweevers/win-version-info/compare/v1.0.1...v2.0.0-beta1
[2.0.0-beta1]: https://github.com/vweevers/win-version-info/releases/tag/v2.0.0-beta1

[1.0.1]: https://github.com/vweevers/win-version-info/compare/v1.0.0...v1.0.1
[1.0.1]: https://github.com/vweevers/win-version-info/releases/tag/v1.0.1

[1.0.0]: https://github.com/vweevers/win-version-info/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "win-version-info",
"version": "4.0.0",
"version": "5.0.0",
"description": "Windows-only native addon to read version info from executables",
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit 99c70dc

Please sign in to comment.