diff --git a/CHANGELOG.md b/CHANGELOG.md index e49db52..0d10f0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ### Versions +## 1.0.5 +###### *July 19, 2019* + +- Add a possibility to interact with Editor before it is mounted + ## 1.0.4 ###### *July 13, 2019* diff --git a/package.json b/package.json index d8fe8e3..ed790d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@monaco-editor/react", - "version": "1.0.4", + "version": "1.0.5", "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",