Skip to content

Commit 3b8ab3b

Browse files
committed
🔖 v1.0.1
1 parent b2e136c commit 3b8ab3b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
workflow_dispatch:
55
release:
66
types: [published]
7-
pull_request:
8-
types:
9-
- review_requested
107

118
jobs:
129
release:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devfolioco/react-mde",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.1",
44
"description": "React Markdown Editor",
55
"main": "./lib/js/index.js",
66
"types": "./lib/definitions/index.d.ts",

0 commit comments

Comments
 (0)