Skip to content

Commit 35d0474

Browse files
committed
Bump version, add changelog
1 parent ca615ae commit 35d0474

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 2.2.2 (June 21, 2022)
4+
5+
### Fixes
6+
7+
- Set default hash method to `md5` to support node17+ [issue 60](https://github.com/micantoine/svelte-preprocess-cssmodules/issues/60)
8+
39
## 2.2.1 (May 26, 2022)
410

511
### Fixes

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

0 commit comments

Comments
 (0)