Skip to content

Commit 9d21cba

Browse files
author
Michael Vurchio
committed
Bump version add log
1 parent 070e728 commit 9d21cba

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Svelte preprocess CSS Modules, changelog
2+
3+
# 0.1.1
4+
- Fix modules exports
5+
- Fix `includePaths` check
6+
- Update `loader-utils` package
7+
8+
# 0.1.0
9+
- Initial commit

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

0 commit comments

Comments
 (0)