Skip to content

Commit 2b57c4c

Browse files
committed
chore(release): v3.9.6 🎉
1 parent a61ada6 commit 2b57c4c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [3.9.6](https://github.com/kaisermann/svelte-preprocess/compare/v3.9.4...v3.9.6) (2020-06-06)
2+
3+
4+
### Bug Fixes
5+
6+
* add the comma into the list of combinators ([3335b32](https://github.com/kaisermann/svelte-preprocess/commit/3335b3235cd8953bd8b669a20cca69e0ab5970be))
7+
* merge globalStyle and globalRule transformers ([a61ada6](https://github.com/kaisermann/svelte-preprocess/commit/a61ada6cf9b27452cebe8ac00cfa0ce873ce74bd))
8+
* teach the globalifySelector to determine combinators ([174c406](https://github.com/kaisermann/svelte-preprocess/commit/174c4068bad87d6bcb665cc51bd04d1ae367d855))
9+
10+
11+
112
## [3.9.5](https://github.com/kaisermann/svelte-preprocess/compare/v3.9.2...v3.9.5) (2020-06-06)
213

314
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-preprocess",
3-
"version": "3.9.5",
3+
"version": "3.9.6",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)