diff --git a/CHANGELOG.md b/CHANGELOG.md index 98f09f9..5eec5d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.2.0 +###### *Oct 3, 2021* + +- monaco-editor: update to the latest version (0.28.1) +- types: fix CancelablePromise type + ## 1.1.1 ###### *Jun 21, 2021* diff --git a/package.json b/package.json index bbb6a5c..68a649f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@monaco-editor/loader", - "version": "1.1.1", + "version": "1.2.0", "description": "the library aims to setup monaco editor into your browser", "main": "lib/cjs/index.js", "module": "lib/es/index.js",