Skip to content

Commit 2a30bfd

Browse files
author
Michael Vurchio
committed
Bump version, add changelog
1 parent d652577 commit 2a30bfd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 2.0.0-rc.3 (April 20, 2021)
4+
5+
### Features
6+
- Add `:local()` selector
7+
### Fixes
8+
- Fix native parsing
9+
310
## 2.0.0-rc.2 (April 16, 2021)
411

512
### Features

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

0 commit comments

Comments
 (0)