Skip to content

Commit 191ff32

Browse files
committed
feat: bump version to 2.0.1
1 parent fe03e32 commit 191ff32

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "md-to-react-email",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A simple Markdown parser for React-email written in typescript.",
55
"keywords": [
66
"markdown",
@@ -22,7 +22,8 @@
2222
"scripts": {
2323
"build": "tsup",
2424
"test": "jest --coverage",
25-
"test:watch": "jest --watch"
25+
"test:watch": "jest --watch",
26+
"publish": "tsup && npm publish"
2627
},
2728
"author": {
2829
"name": "Paul Ehikhuemen",

0 commit comments

Comments
 (0)