Skip to content

Commit 87dd48a

Browse files
authored
Prepare for 0.2.0 release (#12)
1 parent 06782fb commit 87dd48a

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/output-mjs.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# postcss-typesafe-css-modules
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 06782fb: Output mjs files and drop `"type": "module"` from package.json for correct ESM support
8+
39
## 0.1.2
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-typesafe-css-modules",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "PostCSS plugin for generating typesafe CSS modules",
55
"packageManager": "[email protected]",
66
"keywords": [

0 commit comments

Comments
 (0)