From 50177de129dbdc86305ebd430a34e93e5cabc438 Mon Sep 17 00:00:00 2001 From: Suren Atoyan Date: Sun, 21 Jul 2019 11:25:32 +0400 Subject: [PATCH] update version to 1.0.6 --- CHANGELOG.md | 5 +++++ package.json | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d10f0b..a2c7d42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ### Versions +## 1.0.6 +###### *July 21, 2019* + +- Add a possibility to interact with DiffEditor before it is mounted + ## 1.0.5 ###### *July 19, 2019* diff --git a/package.json b/package.json index ed790d7..c3fa098 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@monaco-editor/react", - "version": "1.0.5", + "version": "1.0.6", "description": "Monaco editor wrapper for easy/one-line integration with React applications (e.g. powered by create-react-app) without need of webpack configuration files", "main": "lib/index.js", "module": "lib/index.js", @@ -16,12 +16,12 @@ "url": "git+https://github.com/SurenAt93/monaco-react.git" }, "keywords": [ - "monaco editor", - "monaco editor react", - "code editor react", - "create-react-app", - "CRA", - "vscode" + "monaco", + "editor", + "react", + "vscode", + "code", + "text" ], "author": "suren_at", "license": "MIT",