Skip to content

Commit

Permalink
Prepare for 0.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Jan 14, 2020
1 parent d6a0637 commit cdde8b4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Monaco Editor Changelog

## [0.19.3] (14.01.2020)

* brings back a way to get resolved editor options - [#1734](https://github.com/microsoft/monaco-editor/issues/1734)

### Thank you

Contributions to `monaco-editor`:
* [Brijesh Bittu (@brijeshb42)](https://github.com/brijeshb42): Playground: Add keyboard shortcut to run playground code [PR #1756](https://github.com/microsoft/monaco-editor/pull/1756)

Contributions to `monaco-languages`:
* [Rikki Schulte (@acao)](https://github.com/acao): add tokenizer for graphql language variables [PR #78](https://github.com/microsoft/monaco-languages/pull/78)


## [0.19.2] (06.01.2020)

* fixes issue with default value of `autoIndent` - [#1726](https://github.com/microsoft/monaco-editor/issues/1726)
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 @@ -34,10 +34,10 @@
"gulp-typedoc": "^2.2.2",
"mocha": "^6.2.2",
"monaco-css": "2.6.0",
"monaco-editor-core": "0.19.2",
"monaco-editor-core": "0.19.3",
"monaco-html": "2.6.0",
"monaco-json": "2.8.0",
"monaco-languages": "1.9.1",
"monaco-languages": "1.9.2",
"monaco-typescript": "3.6.1",
"puppeteer": "^1.15.0",
"rimraf": "^2.6.3",
Expand Down

0 comments on commit cdde8b4

Please sign in to comment.