mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 10:25:42 +01:00
Prepare for 0.32.1
This commit is contained in:
parent
aa75ddccbb
commit
29a2735168
2 changed files with 6 additions and 2 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
# Monaco Editor Changelog
|
# Monaco Editor Changelog
|
||||||
|
|
||||||
|
## [0.32.1] (04.02.2022)
|
||||||
|
|
||||||
|
- fixes [an issue with service initialization](https://github.com/microsoft/monaco-editor/issues/2941).
|
||||||
|
|
||||||
## [0.32.0] (03.02.2022)
|
## [0.32.0] (03.02.2022)
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "monaco-editor",
|
"name": "monaco-editor",
|
||||||
"version": "0.32.0",
|
"version": "0.32.1",
|
||||||
"vscode": "5554b12acf27056905806867f251c859323ff7e9",
|
"vscode": "8ad5e3bceab16a4d0856c43a374b511dffb1e795",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "A browser based code editor",
|
"description": "A browser based code editor",
|
||||||
"author": "Microsoft Corporation",
|
"author": "Microsoft Corporation",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue