Skip to content

Commit

Permalink
update html & json
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Mar 19, 2019
1 parent 9f6ee39 commit 4a39951
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Monaco Editor Changelog

## [0.16.2] (19.03.2018)

This comment has been minimized.

Copy link
@pelikhan

pelikhan Apr 1, 2019

Member

2019?

This comment has been minimized.

Copy link
@aeschli

aeschli Apr 1, 2019

Author Contributor

Of course :-)

* Fixes for HTML and JSON (https://github.com/Microsoft/monaco-editor/issues/1367, https://github.com/Microsoft/monaco-editor/issues/1254)

## [0.16.1] (14.03.2018)
* Fixes issue with context menu (https://github.com/Microsoft/monaco-editor/issues/1357)

Expand Down
2 changes: 1 addition & 1 deletion monaco.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!-----------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Type definitions for monaco-editor v0.16.1
* Type definitions for monaco-editor v0.16.2
* Released under the MIT license
*-----------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"http-server": "^0.11.1",
"monaco-css": "2.5.0",
"monaco-editor-core": "0.16.1",
"monaco-html": "2.5.0",
"monaco-json": "2.5.0",
"monaco-html": "2.5.1",
"monaco-json": "2.5.1",
"monaco-languages": "1.7.0",
"monaco-typescript": "3.4.1",
"rimraf": "^2.6.3",
Expand Down
2 changes: 1 addition & 1 deletion website/playground/monaco.d.ts.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!-----------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Type definitions for monaco-editor v0.16.1
* Type definitions for monaco-editor v0.16.2
* Released under the MIT license
*-----------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 4a39951

Please sign in to comment.