Skip to content

Commit 877802a

Browse files
v3.7.2
1 parent 79756ed commit 877802a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [3.7.2] - 2022-06-02
11+
1012
## Added
1113

1214
- Added options `buildType`, `macCredits`, `macPlist`, `zip`, `zipOptions` to CLI [#575](https://github.com/nwjs-community/nw-builder/pull/575)
1315

16+
## Changed
17+
18+
- Update lint command [#575](https://github.com/nwjs-community/nw-builder/pull/575)
19+
1420
## [3.7.1] - 2022-06-02
1521

1622
## Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nw-builder",
3-
"version": "3.7.1",
3+
"version": "3.7.2",
44
"description": "Build NW.js desktop applications for Mac, Windows and Linux.",
55
"keywords": [
66
"NW.js",

0 commit comments

Comments
 (0)