@ckeditor/ckeditor5-inspector
Advanced tools
Comparing version 1.1.0 to 1.2.0
Changelog | ||
========= | ||
## [1.2.0](https://github.com/ckeditor/ckeditor5-inspector/compare/v1.1.0...v1.2.0) (2019-03-11) | ||
### Features | ||
* Implemented vertical inspector resizing. Closes [#4](https://github.com/ckeditor/ckeditor5-inspector/issues/4). ([97d56aa](https://github.com/ckeditor/ckeditor5-inspector/commit/97d56aa)) | ||
## [1.1.0](https://github.com/ckeditor/ckeditor5-inspector/compare/v1.0.0...v1.1.0) (2019-03-06) | ||
@@ -5,0 +12,0 @@ |
{ | ||
"name": "@ckeditor/ckeditor5-inspector", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "The official CKEditor 5 instance inspector.", | ||
@@ -5,0 +5,0 @@ "dependencies": {}, |
@@ -73,5 +73,7 @@ CKEditor 5 inspector | ||
**Note:** We recommend using `npm` for that. | ||
```console | ||
yarn changelog | ||
yarn preversion | ||
npm run changelog | ||
npm run preversion | ||
``` | ||
@@ -82,3 +84,3 @@ | ||
```console | ||
yarn release | ||
npm run release | ||
``` | ||
@@ -85,0 +87,0 @@ |
Sorry, the diff of this file is too big to display
236099
999
89