Skip to content

Commit

Permalink
chore: update editor version to 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlee1108 committed Apr 23, 2022
1 parent 2afdf9b commit e6b845f
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.1.4",
"version": "3.1.5",
"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.1.4
// Type definitions for TOAST UI Editor v3.1.5
// 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.1.4"
"version": "3.1.5"
}

0 comments on commit e6b845f

Please sign in to comment.