Skip to content

Commit

Permalink
chore(release): 10.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [10.0.0](v9.1.0...v10.0.0) (2021-10-05)

### Features

* **gcc:** update options for gcc 20210907.0.0 ([aa747e7](aa747e7))

### 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).
  • Loading branch information
semantic-release-bot committed Oct 5, 2021
1 parent 6db0fda commit bcd40e6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "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"
Expand Down

0 comments on commit bcd40e6

Please sign in to comment.