Skip to content

Commit

Permalink
chore(release): 8.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.1.0](v8.0.0...v8.1.0) (2021-06-14)

### Features

* **sass:** add autodetection and tests ([287586c](287586c))
* **sass:** allow sass to be used as a scss compiler ([b342bc3](b342bc3))
  • Loading branch information
semantic-release-bot committed Jun 14, 2021
1 parent 2dbff6c commit 9c437cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [8.1.0](https://github.com/ngageoint/opensphere-build-resolver/compare/v8.0.0...v8.1.0) (2021-06-14)


### Features

* **sass:** add autodetection and tests ([287586c](https://github.com/ngageoint/opensphere-build-resolver/commit/287586cc77ed0d136ea774f77f4a261aefc86711))
* **sass:** allow sass to be used as a scss compiler ([b342bc3](https://github.com/ngageoint/opensphere-build-resolver/commit/b342bc3c67766a85aeb0d8325533e5b68e640365))

# [8.0.0](https://github.com/ngageoint/opensphere-build-resolver/compare/v7.9.0...v8.0.0) (2021-04-21)


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": "8.0.0",
"version": "8.1.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 9c437cb

Please sign in to comment.