-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.1.4](v1.1.3...v1.1.4) (2023-01-06) ### Bug Fixes * **cli:** handle cases of build with not outFile param ([5be5410](5be5410)) * **cli:** improve parameters validation ([0997611](0997611)) * read version from package.json trough fs instead of require ([9d03081](9d03081))
- Loading branch information
1 parent
d564da2
commit 3a8c2f8
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## [1.1.4](https://github.com/joneff/sass-build/compare/v1.1.3...v1.1.4) (2023-01-06) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **cli:** handle cases of build with not outFile param ([5be5410](https://github.com/joneff/sass-build/commit/5be5410961b287b434045e6a14cfc5e94f2f056b)) | ||
* **cli:** improve parameters validation ([0997611](https://github.com/joneff/sass-build/commit/09976116f976ab14c58c23af4afff15e09919672)) | ||
* read version from package.json trough fs instead of require ([9d03081](https://github.com/joneff/sass-build/commit/9d03081194d2d210e3191d32a6038f7f9832dd33)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "sass-build", | ||
"description": "", | ||
"version": "1.0.0", | ||
"version": "1.1.4", | ||
"author": "Ivan Zhekov <[email protected]>", | ||
"license": "MIT", | ||
"keywords": [ | ||
|