You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG-4.md
+78-2Lines changed: 78 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,84 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [Unreleased]
9
9
10
-
## 4.0.7 - 2023-01-14
10
+
## [4.0.7] - 2023-01-14
11
11
12
12
### Changed
13
13
14
-
- Do not throw error if `nwbuild` is of `object` type. #769
14
+
- Do not throw error if `nwbuild` is of `object` type. [#769](https://github.com/nwutils/nw-builder/pull/769)
15
+
16
+
- Fix `package.json` path for `updateNotifier`. [#767](https://github.com/nwutils/nw-builder/pull/767)
17
+
18
+
## [4.0.6] - 2023-01-09
19
+
20
+
### Added
21
+
22
+
- Warn about loss of permissions if building Linux or MacOS on Windows. [8793d4b](https://github.com/nwutils/nw-builder/commit/8793d4bf06288199fcaff340fda43c1e2fbcacbc)
23
+
24
+
### Changed
25
+
26
+
- Fix error when `options.version` is `latest`. [33ef184](https://github.com/nwutils/nw-builder/commit/33ef184467f78fed94541e876da042b4ed99d443)
27
+
28
+
### Removed
29
+
30
+
- CJS support [968f798](https://github.com/nwutils/nw-builder/commit/968f7980de59fea72ddac8e1d64628e561de1f9a)
31
+
32
+
## [4.0.5] - 2023-01-06
33
+
34
+
### Changed
35
+
36
+
- Prevent duplicate globbing of `srcDir` files. [07901c9](https://github.com/nwutils/nw-builder/commit/07901c9e3930481ead0977b9be731765df28c087)
37
+
38
+
## [4.0.4] - 2023-01-06
39
+
40
+
### Changed
41
+
42
+
- Convert `srcDir` type from `string[]` to `string`. [1a699af](https://github.com/nwutils/nw-builder/commit/1a699af300782e0847333bb7ad945dbde8940350)
0 commit comments