-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.0.0](v0.5.1...v1.0.0) (2021-07-29) ### Features * streamline api ([c86a521](c86a521)) ### BREAKING CHANGES * use options object instead of params
- Loading branch information
1 parent
cf36ab4
commit 8932e2b
Showing
3 changed files
with
13 additions
and
2 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,11 @@ | ||
# [1.0.0](https://github.com/joneff/baka/compare/v0.5.1...v1.0.0) (2021-07-29) | ||
|
||
|
||
### Features | ||
|
||
* streamline api ([c86a521](https://github.com/joneff/baka/commit/c86a521f2be6ee6942fe4406fc1a99cfbe54f390)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* use options object instead of params |
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": "@joneff/baka", | ||
"description": "Dead stupid sass inline importer (inliner)", | ||
"version": "0.5.1", | ||
"version": "1.0.0", | ||
"author": "Ivan Zhekov <[email protected]>", | ||
"license": "MIT", | ||
"keywords": [ | ||
|