Skip to content

Commit

Permalink
chore: update editor version to 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jajugoguma committed May 16, 2022
1 parent 33e63f7 commit 0ededa6
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.5",
"version": "3.1.6",
"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.5
// Type definitions for TOAST UI Editor v3.1.6
// 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.5"
"version": "3.1.6"
}

0 comments on commit 0ededa6

Please sign in to comment.