File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# gulp-html-css
2
2
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes 🌟
6
+
7
+ - feat: Add document & test cases ([ 78831bf] ( https://github.com/Meqn/pipflow/commit/78831bfd69f51a4b5f6a305051ef2cdbd5b7612e ) )
8
+ - feat: Enhance CSS processing with extended PostCSS config & improved error handling ([ 18e1352] ( https://github.com/Meqn/pipflow/commit/18e1352dba88f8842fb6db84c26d68f772e4e5e2 ) )
9
+ - feat: Add Gulp plugin for processing style within HTML ([ 5abfe83] ( https://github.com/Meqn/pipflow/commit/5abfe83b525fbe9a7037a5fc9329d7e19b69cede ) )
10
+ - refactor: Improve PostCSS loader config & validate plugin options ([ d0a1d1e] ( https://github.com/Meqn/pipflow/commit/d0a1d1e82915976bf3077c49ddd2f8e3b5158177 ) )
11
+ - docs: Update README ([ 2cdacff] ( https://github.com/Meqn/pipflow/commit/2cdacff9e9f9a766308d57c20ae7b83ccea15141 ) )
12
+
3
13
## 1.0.0
4
14
5
15
### Major Changes 🎉
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gulp-html-css" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " A Gulp plugin for processing CSS within HTML. It compiles and transforms CSS in style tags and inline styles using PostCSS." ,
5
5
"main" : " index.js" ,
6
6
"types" : " types/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments