Skip to content

Commit c7f0b8a

Browse files
author
Michael Vurchio
committed
Merge branch 'release/1.1.1'
2 parents 928db7b + 8642752 commit c7f0b8a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Svelte preprocess CSS Modules, changelog
22

3+
## 1.1.1
4+
- Fix the use of `[path]` in the `localIdentName` rule.
5+
- Escape css on the classname
6+
- Dependencies update
7+
38
## 1.1.0
49
- Add optional shortand syntax `$.MY_CLASSNAME` to increase development speed and remove verbosity.
510

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-preprocess-cssmodules",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Svelte preprocessor to generate CSS Modules classname on Svelte components",
55
"keywords": [
66
"svelte",

0 commit comments

Comments
 (0)