Skip to content

Commit eb731d8

Browse files
author
Michael Vurchio
committed
Bump version add log
1 parent 61598b1 commit eb731d8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
# 1.0.1
4+
- Fix style parsing on empty cssModules class
5+
36
# 1.0.0
47
- Ability to use the same class on multiple elments
58
- Use with svelte loader Ok

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.0.0",
3+
"version": "1.0.1",
44
"description": "Svelte preprocessor to generate CSS Modules classname on Svelte components",
55
"keywords": [
66
"svelte",

0 commit comments

Comments
 (0)