Skip to content

Commit

Permalink
chore(release): 1.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [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
semantic-release-bot committed Jan 6, 2023
1 parent d564da2 commit 3a8c2f8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
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))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
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": [
Expand Down

0 comments on commit 3a8c2f8

Please sign in to comment.