Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Jun 5, 2022
1 parent cb1fdec commit de63e20
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [6.0.0] - 2022-06-05

### Changed

- **Breaking:** drop Node.js 10 and 12 ([`9c7e4fa`](https://github.com/vweevers/win-version-info/commit/9c7e4fa)) (Vincent Weevers)
- **Breaking:** drop 32-bit Windows ([`cb1fdec`](https://github.com/vweevers/win-version-info/commit/cb1fdec)) (Vincent Weevers)
- Replace use of `std::ptr_fun` ([`8f5ac34`](https://github.com/vweevers/win-version-info/commit/8f5ac34)) (Vincent Weevers)

## [5.0.1] - 2021-11-11

### Fixed
Expand Down Expand Up @@ -113,7 +121,7 @@ _This version was not published to npm for lack of prebuilds; fixed in 5.0.1._

### Removed

- Drop Node < 4 support
- Drop Node < 4 support

## [1.0.1] - 2016-03-27

Expand All @@ -125,6 +133,8 @@ _This version was not published to npm for lack of prebuilds; fixed in 5.0.1._

:seedling: Initial release.

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

[5.0.1]: https://github.com/vweevers/win-version-info/releases/tag/v5.0.1

[5.0.0]: https://github.com/vweevers/win-version-info/releases/tag/v5.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![npm status](http://img.shields.io/npm/v/win-version-info.svg)](https://www.npmjs.org/package/win-version-info)
[![Node version](https://img.shields.io/node/v/win-version-info.svg)](https://www.npmjs.com/package/win-version-info)
[![Test](https://img.shields.io/github/workflow/status/vweevers/win-version-info/Test?label=test)](https://github.com/vweevers/win-version-info/actions/workflows/test.yml)
[![Standard](https://img.shields.io/badge/standard-informational?logo=javascript&logoColor=fff)](https://standardjs.com)
[![Standard](https://img.shields.io/badge/standard-informational?logo=javascript\&logoColor=fff)](https://standardjs.com)
[![Common Changelog](https://common-changelog.org/badge.svg)](https://common-changelog.org)

## Example
Expand Down
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": "5.0.1",
"version": "6.0.0",
"description": "Windows-only native addon to read version info from executables",
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit de63e20

Please sign in to comment.