Skip to content

Commit

Permalink
update package version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
suren-atoyan committed May 11, 2022
1 parent a37295e commit fe10be8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.3.2
###### *May 11, 2022*

- utility: resolve monaco instance in case of provided monaco instance and global availability

## 1.3.1
###### *Apr 23, 2022*

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monaco-editor/loader",
"version": "1.3.1",
"version": "1.3.2",
"description": "the library aims to setup monaco editor into your browser",
"main": "lib/cjs/index.js",
"module": "lib/es/index.js",
Expand Down

0 comments on commit fe10be8

Please sign in to comment.