Alexandru Dima преди 5 години
родител
ревизия
7adfb57575
променени са 3 файла, в които са добавени 8 реда и са изтрити 4 реда
  1. 4 0
      CHANGELOG.md
  2. 3 3
      package-lock.json
  3. 1 1
      package.json

+ 4 - 0
CHANGELOG.md

@@ -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)

+ 3 - 3
package-lock.json

@@ -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": {

+ 1 - 1
package.json

@@ -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",