Skip to content

Commit f2f5e68

Browse files
committed
Version Packages
1 parent 2cdacff commit f2f5e68

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

plugins/html-css/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# gulp-html-css
22

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+
313
## 1.0.0
414

515
### Major Changes 🎉

plugins/html-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-html-css",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A Gulp plugin for processing CSS within HTML. It compiles and transforms CSS in style tags and inline styles using PostCSS.",
55
"main": "index.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)