Skip to content

Commit 9c437cb

Browse files
chore(release): 8.1.0 [skip ci]
# [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))
1 parent 2dbff6c commit 9c437cb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [8.1.0](https://github.com/ngageoint/opensphere-build-resolver/compare/v8.0.0...v8.1.0) (2021-06-14)
2+
3+
4+
### Features
5+
6+
* **sass:** add autodetection and tests ([287586c](https://github.com/ngageoint/opensphere-build-resolver/commit/287586cc77ed0d136ea774f77f4a261aefc86711))
7+
* **sass:** allow sass to be used as a scss compiler ([b342bc3](https://github.com/ngageoint/opensphere-build-resolver/commit/b342bc3c67766a85aeb0d8325533e5b68e640365))
8+
19
# [8.0.0](https://github.com/ngageoint/opensphere-build-resolver/compare/v7.9.0...v8.0.0) (2021-04-21)
210

311

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.0.0",
3+
"version": "8.1.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)