We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e136c commit 3b8ab3bCopy full SHA for 3b8ab3b
.github/workflows/release.yml
@@ -4,9 +4,6 @@ on:
4
workflow_dispatch:
5
release:
6
types: [published]
7
- pull_request:
8
- types:
9
- - review_requested
10
11
jobs:
12
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@devfolioco/react-mde",
3
- "version": "1.0.0-beta.3",
+ "version": "1.0.1",
"description": "React Markdown Editor",
"main": "./lib/js/index.js",
"types": "./lib/definitions/index.d.ts",
0 commit comments