Compare commits

...

2 Commits

@ -78,9 +78,14 @@ Plugin options (all optional):
## Changelog ## Changelog
### v1.2.1 (March 6, 2020)
- __Documentation:__ Fixed missing changelog item for v1.2.0.
### v1.2.0 (March 6, 2020) ### v1.2.0 (March 6, 2020)
- __Feature:__ You can now specify custom `extensions` that should be treated as CSS files, besides `".css"`. - __Feature:__ You can now specify custom `extensions` that should be treated as CSS files, besides `".css"`.
- __Bug:__ Resolved the "promise not returned" warning from Bluebird when running with warnings enabled.
### v1.1.1 (February 16, 2020) ### v1.1.1 (February 16, 2020)

@ -1,6 +1,6 @@
{ {
"name": "icssify", "name": "icssify",
"version": "1.2.0", "version": "1.2.1",
"description": "A Browserify plugin for handling CSS (through PostCSS), with **full and correct support** for ICSS and CSS modules.", "description": "A Browserify plugin for handling CSS (through PostCSS), with **full and correct support** for ICSS and CSS modules.",
"main": "index.js", "main": "index.js",
"repository": { "repository": {

Loading…
Cancel
Save