Skip to content

Commit 76db978

Browse files
author
Michael Vurchio
committed
Add log, Bump version
1 parent ff2dd5e commit 76db978

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Svelte preprocess CSS Modules, changelog
22

33
# 1.0.0
4-
- Ability to use the same class multiple time
4+
- Ability to use the same class on multiple elments
55
- Use with svelte loader Ok
6+
- Add test
67

78
# 0.1.1
89
- Fix modules exports

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

0 commit comments

Comments
 (0)