From 2826ab9ceabe17c6ba0d38985baf8a787c23db43 Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Fri, 2 Aug 2019 14:43:23 +0200 Subject: [PATCH] v1.5.26 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa70e10240..eae52a7c50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [v1.5.26](https://github.com/liferay/alloy-editor/tree/v1.5.26) (2019-08-02) + +[Full changelog](https://github.com/liferay/alloy-editor/compare/v1.5.25...v1.5.26) + +- refactor: make build/release process more deterministic ([\#1303](https://github.com/liferay/alloy-editor/pull/1303)) +- test: remove flaky debounce tests ([\#1304](https://github.com/liferay/alloy-editor/pull/1304)) + ## [v1.5.25](https://github.com/liferay/alloy-editor/tree/v1.5.25) (2019-07-22) [Full changelog](https://github.com/liferay/alloy-editor/compare/v1.5.24...v1.5.25) diff --git a/package.json b/package.json index 102a057e0a..a431ceb3e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alloyeditor", - "version": "1.5.25.0.0.2-alpha", + "version": "1.5.26", "description": "AlloyEditor, a modern WYSIWYG editor, build on top of CKEditor", "devDependencies": { "babel-preset-es2015": "6.3.13",