Skip to content

Commit 8a9d28e

Browse files
authored
Merge pull request #4532 from microsoft/high-minnow
Update version
2 parents 5491f5d + f2bb720 commit 8a9d28e

File tree

3 files changed

+21
-12
lines changed

3 files changed

+21
-12
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Monaco Editor Changelog
22

3+
## [0.49.0]
4+
5+
- New proposed `editorHoverVerbosityLevel` API
6+
- New proposed `newSymbolNamesProvider` API
7+
8+
Contributions to `monaco-editor`:
9+
10+
- [@timotheeguerin (Timothee Guerin)](https://github.com/timotheeguerin): Add support for TypeSpec language [PR #4450](https://github.com/microsoft/monaco-editor/pull/4450)
11+
312
## [0.48.0]
413

514
### Additions

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "monaco-editor",
3-
"version": "0.48.0",
4-
"vscodeRef": "e170252f762678dec6ca2cc69aba1570769a5d39",
3+
"version": "0.49.0",
4+
"vscodeRef": "dc96b837cf6bb4af9cd736aa3af08cf8279f7685",
55
"private": true,
66
"description": "A browser based code editor",
77
"homepage": "https://github.com/microsoft/monaco-editor",
@@ -52,7 +52,7 @@
5252
"jsdom": "^19.0.0",
5353
"jsonc-parser": "^3.0.0",
5454
"mocha": "^9.2.0",
55-
"monaco-editor-core": "0.48.0-rc",
55+
"monaco-editor-core": "0.49.0-rc",
5656
"parcel": "^2.7.0",
5757
"pin-github-action": "^1.8.0",
5858
"playwright": "^1.32.2",

0 commit comments

Comments
 (0)