From dcff66f09ff1fc0d693ec13e46ddab4b74db3458 Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Thu, 14 Dec 2023 08:21:52 +0100 Subject: [PATCH] Docs: Changelog. [skip ci] --- CHANGELOG.md | 75 ++++++++++++++++++++++++++++------------------------ 1 file changed, 41 insertions(+), 34 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf55a70e6..f25b7ac8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,47 @@ Changelog ========= +## [39.4.0](https://github.com/ckeditor/ckeditor5-dev/compare/v39.3.0...v39.4.0) (2023-12-14) + +### Features + +* **[stale-bot](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-stale-bot)**: Introduced a "stale" bot, which can be executed using the `yarn run ckeditor5-dev-stale-bot [...]` command. It searches for issues and pull requests that are not active enough and then mark them as stale. Stale issues and pull requests are closed after a defined period of time or, if they become active again, they are unstaled by the bot. See [ckeditor/ckeditor5#15399](https://github.com/ckeditor/ckeditor5/issues/15399). ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/f2afff238f43a699048fbca15d432260652e963f)) + +### Other changes + +* **[utils](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-utils)**: Added support in the `Logger#error()` method to print in console an error instance, if provided as the second argument. ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/f2afff238f43a699048fbca15d432260652e963f)) + +### 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) + +New packages: + +* [@ckeditor/ckeditor5-dev-stale-bot](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-stale-bot/v/39.4.0): v39.4.0 + +Releases containing new features: + +* [@ckeditor/ckeditor5-dev-utils](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-utils/v/39.4.0): v39.3.0 => v39.4.0 + +Other releases: + +* [@ckeditor/ckeditor5-dev-bump-year](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-bump-year/v/39.4.0): v39.3.0 => v39.4.0 +* [@ckeditor/ckeditor5-dev-ci](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-ci/v/39.4.0): v39.3.0 => v39.4.0 +* [@ckeditor/ckeditor5-dev-dependency-checker](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-dependency-checker/v/39.4.0): v39.3.0 => v39.4.0 +* [@ckeditor/ckeditor5-dev-docs](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-docs/v/39.4.0): v39.3.0 => v39.4.0 +* [@ckeditor/ckeditor5-dev-release-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-release-tools/v/39.4.0): v39.3.0 => v39.4.0 +* [@ckeditor/ckeditor5-dev-tests](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-tests/v/39.4.0): v39.3.0 => v39.4.0 +* [@ckeditor/ckeditor5-dev-transifex](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-transifex/v/39.4.0): v39.3.0 => v39.4.0 +* [@ckeditor/ckeditor5-dev-translations](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-translations/v/39.4.0): v39.3.0 => v39.4.0 +* [@ckeditor/ckeditor5-dev-web-crawler](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-web-crawler/v/39.4.0): v39.3.0 => v39.4.0 +* [@ckeditor/jsdoc-plugins](https://www.npmjs.com/package/@ckeditor/jsdoc-plugins/v/39.4.0): v39.3.0 => v39.4.0 +* [@ckeditor/typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins/v/39.4.0): v39.3.0 => v39.4.0 +
+ + ## [39.3.0](https://github.com/ckeditor/ckeditor5-dev/compare/v39.2.1...v39.3.0) (2023-12-06) ### Features @@ -153,40 +194,6 @@ Other releases: * [@ckeditor/typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins/v/39.1.0): v39.0.0 => v39.1.0 - -## [39.0.0](https://github.com/ckeditor/ckeditor5-dev/compare/v38.4.1...v39.0.0) (2023-09-15) - -### MAJOR BREAKING CHANGES [ℹ️](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html#major-and-minor-breaking-changes) - -* Upgraded the minimal versions of Node.js to `18.0.0` due to the end of LTS of Node 16. - -### Other changes - -* Updated the required version of Node.js to 18. See [ckeditor/ckeditor5#14924](https://github.com/ckeditor/ckeditor5/issues/14924). ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/61c03cd5ed3c6e0b058eb9cf17dd2b2d5958a7d0)) - -### 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) - -Other releases: - -* [@ckeditor/ckeditor5-dev-bump-year](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-bump-year/v/39.0.0): v38.4.1 => v39.0.0 -* [@ckeditor/ckeditor5-dev-ci](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-ci/v/39.0.0): v38.4.1 => v39.0.0 -* [@ckeditor/ckeditor5-dev-dependency-checker](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-dependency-checker/v/39.0.0): v38.4.1 => v39.0.0 -* [@ckeditor/ckeditor5-dev-docs](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-docs/v/39.0.0): v38.4.1 => v39.0.0 -* [@ckeditor/ckeditor5-dev-release-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-release-tools/v/39.0.0): v38.4.1 => v39.0.0 -* [@ckeditor/ckeditor5-dev-tests](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-tests/v/39.0.0): v38.4.1 => v39.0.0 -* [@ckeditor/ckeditor5-dev-transifex](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-transifex/v/39.0.0): v38.4.1 => v39.0.0 -* [@ckeditor/ckeditor5-dev-translations](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-translations/v/39.0.0): v38.4.1 => v39.0.0 -* [@ckeditor/ckeditor5-dev-utils](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-utils/v/39.0.0): v38.4.1 => v39.0.0 -* [@ckeditor/ckeditor5-dev-web-crawler](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-web-crawler/v/39.0.0): v38.4.1 => v39.0.0 -* [@ckeditor/jsdoc-plugins](https://www.npmjs.com/package/@ckeditor/jsdoc-plugins/v/39.0.0): v38.4.1 => v39.0.0 -* [@ckeditor/typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins/v/39.0.0): v38.4.1 => v39.0.0 -
- --- To see all releases, visit the [release page](https://github.com/ckeditor/ckeditor5-dev/releases).