Skip to content

Commit

Permalink
chore(release): 1.24.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.24.1](v1.24.0...v1.24.1) (2022-03-13)

### Bug Fixes

* Resolve issue where JSON/XML editors would not display correctly if opened quickly ([719ba1e](719ba1e))
* Specify the custom typescript worker on initial initialization, to get around issues with the CodeHost not loading correctly ([a13934f](a13934f))
* Update monaco-editor to 0.33.0 ([e7abaec](e7abaec))
* Update snippets to use `let` instead of `var` ([3e00849](3e00849))
  • Loading branch information
semantic-release-bot committed Mar 13, 2022
1 parent 719ba1e commit 33de8f5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.24.1](https://github.com/ptc-iot-sharing/MonacoEditorTWX/compare/v1.24.0...v1.24.1) (2022-03-13)


### Bug Fixes

* Resolve issue where JSON/XML editors would not display correctly if opened quickly ([719ba1e](https://github.com/ptc-iot-sharing/MonacoEditorTWX/commit/719ba1e482dc9fbf69b3c486ab7cd3c079de5422))
* Specify the custom typescript worker on initial initialization, to get around issues with the CodeHost not loading correctly ([a13934f](https://github.com/ptc-iot-sharing/MonacoEditorTWX/commit/a13934faf721f1162d9f14dea0bf65fef01bcf4a))
* Update monaco-editor to 0.33.0 ([e7abaec](https://github.com/ptc-iot-sharing/MonacoEditorTWX/commit/e7abaecb06f8cdcdfe961e97e665be8216af8592))
* Update snippets to use `let` instead of `var` ([3e00849](https://github.com/ptc-iot-sharing/MonacoEditorTWX/commit/3e00849c31600b16a007adf71c5750b159f81f56))

# [1.24.0](https://github.com/ptc-iot-sharing/MonacoEditorTWX/compare/v1.23.1...v1.24.0) (2022-02-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@placatus/twx-monaco-editor",
"packageName": "MonacoScriptEditor",
"version": "1.24.0",
"version": "1.24.1",
"description": "Replaces the out of the box code editor in the old composer with a new one.",
"author": "[email protected]",
"minimumThingWorxVersion": "6.0.0",
Expand Down

0 comments on commit 33de8f5

Please sign in to comment.