We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a325317 commit 4787b40Copy full SHA for 4787b40
lerna.json
@@ -3,5 +3,5 @@
3
"packages/*"
4
],
5
"npmClient": "yarn",
6
- "version": "0.4.5"
7
-}
+ "version": "0.4.6"
+}
packages/core/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "monaco-editor-auto-typings",
- "version": "0.4.5",
+ "version": "0.4.6",
"repository": {
"type": "git",
"url": "git@github.com:lukasbach/monaco-editor-auto-typings.git",
packages/demo/package.json
"name": "monaco-editor-auto-typings-demo",
"license": "MIT",
"private": true,
"scripts": {
@@ -29,6 +29,6 @@
29
},
30
"dependencies": {
31
"monaco-editor": "^0.34.0",
32
- "monaco-editor-auto-typings": "^0.4.5"
+ "monaco-editor-auto-typings": "^0.4.6"
33
}
34
0 commit comments