From 67576193122af67f80f8065817c7536fc823b656 Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Tue, 4 Jan 2022 11:17:40 +0100 Subject: [PATCH] Docs: Changelog. [skip ci] --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ddf2b64a..fed237e20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,33 @@ Changelog ========= +## [27.3.0](https://github.com/ckeditor/ckeditor5-dev/compare/v27.2.0...v27.3.0) (2022-01-04) + +### Features + +* **[utils](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-utils)**: Introduced the `tools.createSpinner()` function for creating spinners in CLI. Closes [ckeditor/ckeditor5#11067](https://github.com/ckeditor/ckeditor5/issues/11067). ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/5ac2485f97b538156836195b02f5f65984268dae)) + +### Released packages + +Check out the [Versioning policy](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html) guide for more information. + +
+Released packages (summary) + +Releases containing new features: + +* [@ckeditor/ckeditor5-dev-utils](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-utils): v27.2.0 => v27.3.0 + +Other releases: + +* [@ckeditor/ckeditor5-dev-docs](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-docs): v27.2.0 => v27.3.0 +* [@ckeditor/ckeditor5-dev-env](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-env): v27.2.0 => v27.3.0 +* [@ckeditor/ckeditor5-dev-tests](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-tests): v27.2.0 => v27.3.0 +* [@ckeditor/ckeditor5-dev-webpack-plugin](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-webpack-plugin): v27.2.0 => v27.3.0 +* [@ckeditor/jsdoc-plugins](https://www.npmjs.com/package/@ckeditor/jsdoc-plugins): v27.2.0 => v27.3.0 +
+ + ## [27.2.0](https://github.com/ckeditor/ckeditor5-dev/compare/v27.1.1...v27.2.0) (2022-01-03) ### Features