Browse Source

Prepare for `0.22.2`

Alexandru Dima 4 years ago
parent
commit
d4ef80c72e
3 changed files with 8 additions and 4 deletions
  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.22.2] (01.02.2021)
+
+Fixes a regression where under certain webpack configurations `process.nextTick` could be used without explicitly checking for it being defined (see https://github.com/microsoft/monaco-editor/issues/2328).
+
 ## [0.22.1] (29.01.2021)
 
 Fixes a regression where format commands would no longer work (see https://github.com/microsoft/monaco-editor/issues/2327).

+ 3 - 3
package-lock.json

@@ -2439,9 +2439,9 @@
       "dev": true
     },
     "monaco-editor-core": {
-      "version": "0.22.1",
-      "resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.22.1.tgz",
-      "integrity": "sha512-IJSLTFjHspDEH4wQD7UUgUoF6P9Qn5ZBFce+wgcbJRQx2RBgJWxbM5zLDTIdgr490jvr765JDMxrjFE2DX2FsA==",
+      "version": "0.22.2",
+      "resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.22.2.tgz",
+      "integrity": "sha512-poUulEkyYQJ1sBKpot+zhBYABCLInH6MdFfHoZ9Lekg+ITbpWTyQ45jRfPvqP2O8olm7sZmH1Zl6o7P5FRyo4Q==",
       "dev": true
     },
     "monaco-html": {

+ 1 - 1
package.json

@@ -23,7 +23,7 @@
     "gulp": "^4.0.2",
     "gulp-typedoc": "^2.2.5",
     "monaco-css": "3.2.0",
-    "monaco-editor-core": "0.22.1",
+    "monaco-editor-core": "0.22.2",
     "monaco-html": "3.2.0",
     "monaco-json": "3.3.0",
     "monaco-languages": "2.2.0",