Skip to content

Commit

Permalink
Merge pull request #4525 from microsoft/given-orangutan
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
hediet committed May 24, 2024
2 parents 21fd553 + 63f3805 commit a5e379c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Monaco Editor Changelog

## [0.49.0]

- New proposed `editorHoverVerbosityLevel` API
- New proposed `newSymbolNamesProvider` API

Contributions to `monaco-editor`:

- [@timotheeguerin (Timothee Guerin)](https://github.com/timotheeguerin): Add support for TypeSpec language [PR #4450](https://github.com/microsoft/monaco-editor/pull/4450)

## [0.48.0]

### Additions
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "monaco-editor",
"version": "0.48.0",
"vscodeRef": "e170252f762678dec6ca2cc69aba1570769a5d39",
"version": "0.49.0",
"vscodeRef": "dc96b837cf6bb4af9cd736aa3af08cf8279f7685",
"private": true,
"description": "A browser based code editor",
"homepage": "https://github.com/microsoft/monaco-editor",
Expand Down Expand Up @@ -52,7 +52,7 @@
"jsdom": "^19.0.0",
"jsonc-parser": "^3.0.0",
"mocha": "^9.2.0",
"monaco-editor-core": "0.48.0-rc",
"monaco-editor-core": "0.49.0-rc",
"parcel": "^2.7.0",
"pin-github-action": "^1.8.0",
"playwright": "^1.32.2",
Expand Down

0 comments on commit a5e379c

Please sign in to comment.