Skip to content

Commit 22fd8f5

Browse files
chore: release v0.3.0
1 parent 5505b05 commit 22fd8f5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bun.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/match/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@monstermann/match",
33
"type": "module",
4-
"version": "0.2.7",
4+
"version": "0.3.0",
55
"description": "Zero-runtime exhaustive pattern matching.",
66
"author": "Michael Ostermann <michaelostermann@me.com>",
77
"license": "MIT",

packages/transform-match/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@monstermann/transform-match",
33
"type": "module",
4-
"version": "0.2.7",
4+
"version": "0.3.0",
55
"description": "Zero-runtime exhaustive pattern matching.",
66
"author": "Michael Ostermann <michaelostermann@me.com>",
77
"license": "MIT",

packages/unplugin-match/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@monstermann/unplugin-match",
33
"type": "module",
4-
"version": "0.2.7",
4+
"version": "0.3.0",
55
"description": "Zero-runtime exhaustive pattern matching.",
66
"author": "Michael Ostermann <michaelostermann@me.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)