Skip to content

Commit

Permalink
chore: update editor version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
js87zz committed Sep 7, 2021
1 parent 68a5f9f commit 6e69120
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toast-ui/editor",
"version": "3.0.3",
"version": "3.1.0",
"description": "GFM Markdown Wysiwyg Editor - Productive and Extensible",
"keywords": [
"nhn",
Expand Down
2 changes: 1 addition & 1 deletion apps/editor/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for TOAST UI Editor v3.0.3
// Type definitions for TOAST UI Editor v3.1.0
// TypeScript Version: 4.2.3
import {
EditorCore,
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages": ["apps/*", "plugins/*", "libs/*"],
"version": "3.0.3"
"version": "3.1.0"
}

0 comments on commit 6e69120

Please sign in to comment.