Skip to content

Commit 3490458

Browse files
author
Michael Vurchio
committed
Bump version, add changelog
1 parent 6bf2168 commit 3490458

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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+
## 2.0.1 (May 6, 2021)
4+
- Fix shorthand directive breaking regular directive
5+
36
## 2.0.0 (May 1, 2021)
47
New public release
58

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ npm install --save-dev svelte-preprocess-cssmodules
88

99
- [Usage](#usage)
1010
- [Modes](#modes)
11-
- [Work with class directive](#work-with-class-directive)
11+
- [Class directive](#class-directive)
1212
- [Local selector](#local-selector)
1313
- [Import styles from an external stylesheet](#import-styles-from-an-external-stylesheet)
1414
- [Destructuring import](#destructuring-import)
@@ -99,7 +99,7 @@ The mode can be set globally from the preprocessor options or locally to overrid
9999
<p class="red-30_1IC svelte-teyu13r">My red text</p>
100100
```
101101

102-
### Work with class directive
102+
### Class directive
103103

104104
Toggle a class on an element.
105105

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

0 commit comments

Comments
 (0)