Skip to content

Commit

Permalink
chore: prepare v2.0.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wincent committed Aug 19, 2019
1 parent 37b45e2 commit e586e58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [v2.0.9](https://github.com/liferay/alloy-editor/tree/v2.0.9) (2019-08-19)

[Full changelog](https://github.com/liferay/alloy-editor/compare/v2.0.8...v2.0.9)

- feat: run formatting and lint checks in CI ([\#1308](https://github.com/liferay/alloy-editor/pull/1308))
- fix: check whether height and width style exist before using ([\#1307](https://github.com/liferay/alloy-editor/pull/1307))
- fix: make IE also preserve other browers' image height styling ([\#1298](https://github.com/liferay/alloy-editor/pull/1298))

## [v2.0.8](https://github.com/liferay/alloy-editor/tree/v2.0.8) (2019-07-22)

[Full changelog](https://github.com/liferay/alloy-editor/compare/v2.0.7...v2.0.8)
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": "alloyeditor",
"version": "2.0.8",
"version": "2.0.9",
"description": "AlloyEditor, a modern WYSIWYG editor, build on top of CKEditor",
"devDependencies": {
"babel-core": "^6.26.0",
Expand Down

0 comments on commit e586e58

Please sign in to comment.