Prepare for 0.19.2

This commit is contained in:
Alexandru Dima 2020-01-06 16:09:30 +01:00
parent 5d26fa656f
commit 7adfb57575
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
3 changed files with 8 additions and 4 deletions

View file

@ -1,5 +1,9 @@
# Monaco Editor Changelog # 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) ## [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) * fixes issue with .d.ts file in the ESM distribution - [#1729](https://github.com/microsoft/monaco-editor/issues/1729)

6
package-lock.json generated
View file

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

View file

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