From bcd40e6d077a68f8a3e2f07a0499eff5ed15f9db Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 5 Oct 2021 17:06:37 +0000 Subject: [PATCH] chore(release): 10.0.0 [skip ci] # [10.0.0](https://github.com/ngageoint/opensphere-build-resolver/compare/v9.1.0...v10.0.0) (2021-10-05) ### Features * **gcc:** update options for gcc 20210907.0.0 ([aa747e7](https://github.com/ngageoint/opensphere-build-resolver/commit/aa747e75088b45fba58da2a8b738f97ee9621f19)) ### BREAKING CHANGES * **gcc:** The strictMissingProperties group has been enabled as an error. This did not produce additional compiler errors in OpenSphere but may impact other projects. This option enables specific type checking when referencing a property that does not exist on a specific type (but may exist on subclasses). --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50a8252..25c0915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [10.0.0](https://github.com/ngageoint/opensphere-build-resolver/compare/v9.1.0...v10.0.0) (2021-10-05) + + +### Features + +* **gcc:** update options for gcc 20210907.0.0 ([aa747e7](https://github.com/ngageoint/opensphere-build-resolver/commit/aa747e75088b45fba58da2a8b738f97ee9621f19)) + + +### BREAKING CHANGES + +* **gcc:** The strictMissingProperties group has been enabled as an error. +This did not produce additional compiler errors in OpenSphere but may impact +other projects. This option enables specific type checking when referencing a +property that does not exist on a specific type (but may exist on subclasses). + # [9.1.0](https://github.com/ngageoint/opensphere-build-resolver/compare/v9.0.0...v9.1.0) (2021-07-23) diff --git a/package.json b/package.json index 3a67767..4544e31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensphere-build-resolver", - "version": "9.1.0", + "version": "10.0.0", "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.", "bin": { "os-resolve": "./resolve.js"