Skip to content

Commit cde0812

Browse files
chore(release): 9.0.0 [skip ci]
# [9.0.0](v8.1.0...v9.0.0) (2021-07-13) ### Features * **electron:** allow config/plugin projects to set electron versions ([4146f2d](4146f2d)) * **electron:** generate a single electron preload script ([b18f0b1](b18f0b1)) ### BREAKING CHANGES * **electron:** Electron apps using the generated preload scripts should now load preload.js using webPreferences.preload. This script will load any other scripts detected in the workspace.
1 parent 186b392 commit cde0812

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [9.0.0](https://github.com/ngageoint/opensphere-build-resolver/compare/v8.1.0...v9.0.0) (2021-07-13)
2+
3+
4+
### Features
5+
6+
* **electron:** allow config/plugin projects to set electron versions ([4146f2d](https://github.com/ngageoint/opensphere-build-resolver/commit/4146f2d6a0a0cc778e929a77c2a3cf720f990fe4))
7+
* **electron:** generate a single electron preload script ([b18f0b1](https://github.com/ngageoint/opensphere-build-resolver/commit/b18f0b1ddc2264d47da74350ce8fd7210135876f))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* **electron:** Electron apps using the generated preload scripts should now
13+
load preload.js using webPreferences.preload. This script will load any other
14+
scripts detected in the workspace.
15+
116
# [8.1.0](https://github.com/ngageoint/opensphere-build-resolver/compare/v8.0.0...v8.1.0) (2021-06-14)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensphere-build-resolver",
3-
"version": "8.1.0",
3+
"version": "9.0.0",
44
"description": "Resolves projects, their dependencies, plugins, and config to the correct arguments for compilation via the Google Closure Compiler, sass/node-sass, and other tools.",
55
"bin": {
66
"os-resolve": "./resolve.js"

0 commit comments

Comments
 (0)