Prepare for 0.19.2

pull/1756/head
Alexandru Dima 5 years ago
parent 5d26fa656f
commit 7adfb57575
No known key found for this signature in database
GPG Key ID: 6E58D7B045760DA0

@ -1,5 +1,9 @@
# Monaco Editor Changelog
## [0.19.2] (06.01.2020)
* fixes issue with default value of `autoIndent` - [#1726](https://github.com/microsoft/monaco-editor/issues/1726)
## [0.19.1] (06.01.2020)
* fixes issue with .d.ts file in the ESM distribution - [#1729](https://github.com/microsoft/monaco-editor/issues/1729)

6
package-lock.json generated

@ -4526,9 +4526,9 @@
"dev": true
},
"monaco-editor-core": {
"version": "0.19.1",
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.19.1.tgz",
"integrity": "sha512-eHXtBd+KW17B86EGrlyNuoCXC/rBB29WhshYmcJ9pJG+A0Jf2hrpfcH+UUPOGl7o1hN/lC1uJyyJFkWf9HND9A==",
"version": "0.19.2",
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.19.2.tgz",
"integrity": "sha512-hsYKVmQaCoQLMlQX9v581VSLqQei33QsOQZaWXtb4UQMxDzS6xvn/63QZFRfdkkcnY8PV2NA8aM5Q0K1xtJnrg==",
"dev": true
},
"monaco-html": {

@ -34,7 +34,7 @@
"gulp-typedoc": "^2.2.2",
"mocha": "^6.2.2",
"monaco-css": "2.6.0",
"monaco-editor-core": "0.19.1",
"monaco-editor-core": "0.19.2",
"monaco-html": "2.6.0",
"monaco-json": "2.8.0",
"monaco-languages": "1.9.1",

Loading…
Cancel
Save