We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5439292 commit d5bd3ccCopy full SHA for d5bd3cc
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v1.3.0
2
+- Merged #40 to improve behavior when used with LiveSync (critical for use with Sidekick tooling)
3
+
4
## v1.2.0
5
- Merged #35 to enable support for `tns prepare` with `--path` option (Fixes #34)
6
- Added additional example to demo project
package.json
@@ -1,6 +1,6 @@
{
"name": "nativescript-dev-sass",
- "version": "1.2.0",
+ "version": "1.3.0",
"description": "SASS CSS pre-processor for NativeScript projects.",
"scripts": {
"test": "exit 0",
0 commit comments