Skip to content

Commit

Permalink
chore: update editor version to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jajugoguma committed Feb 17, 2023
1 parent 2f0cbb5 commit 9b94c04
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
@@ -1,6 +1,6 @@
{
"name": "@toast-ui/editor",
"version": "3.2.1",
"version": "3.2.2",
"description": "GFM Markdown Wysiwyg Editor - Productive and Extensible",
"keywords": [
"nhn",
Expand Down
2 changes: 1 addition & 1 deletion apps/editor/types/index.d.ts
@@ -1,4 +1,4 @@
// Type definitions for TOAST UI Editor v3.2.1
// Type definitions for TOAST UI Editor v3.2.2
// TypeScript Version: 4.2.3
import {
EditorCore,
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,4 +1,4 @@
{
"packages": ["apps/*", "plugins/*", "libs/*"],
"version": "3.2.1"
"version": "3.2.2"
}

0 comments on commit 9b94c04

Please sign in to comment.