Prepare for 0.32.1

This commit is contained in:
Alex Dima 2022-02-04 23:59:14 +01:00
parent aa75ddccbb
commit 29a2735168
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# 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)
### Breaking Changes

View file

@ -1,7 +1,7 @@
{
"name": "monaco-editor",
"version": "0.32.0",
"vscode": "5554b12acf27056905806867f251c859323ff7e9",
"version": "0.32.1",
"vscode": "8ad5e3bceab16a4d0856c43a374b511dffb1e795",
"private": true,
"description": "A browser based code editor",
"author": "Microsoft Corporation",