From ab52b5abd65f4b52666ec21f016d4d53b95ff5a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 11:50:20 +0000 Subject: [PATCH] chore(main): release 2.28.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef8a6aedd67f..b663fc091716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.28.0](https://github.com/mdn/yari/compare/v2.27.0...v2.28.0) (2023-07-04) + + +### Features + +* **ai-explain:** add ai-explain to code blocks ([#9188](https://github.com/mdn/yari/issues/9188)) ([e342081](https://github.com/mdn/yari/commit/e342081cbf92073ca2071e8af8a9a329b05f3d29)) + + +### Bug Fixes + +* **ai-explain:** feedback copy ([0a80005](https://github.com/mdn/yari/commit/0a8000540cd824bc9d30111e57ec4ae8651e7ed3)) +* **ai-explain:** pause ai-explain ([1bf2856](https://github.com/mdn/yari/commit/1bf285612ca2a2741795916fbe7fd2549e6b0013)) +* **ai-help:** add short and extended explanatory guidance ([#9215](https://github.com/mdn/yari/issues/9215)) ([1da1d4e](https://github.com/mdn/yari/commit/1da1d4e93f98e44b15ad277deed6129f35a47e1e)) + ## [2.27.0](https://github.com/mdn/yari/compare/v2.26.0...v2.27.0) (2023-06-27) diff --git a/package.json b/package.json index c71c8504ea99..251c4dd2676e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/yari", - "version": "2.27.0", + "version": "2.28.0", "repository": "https://github.com/mdn/yari", "license": "MPL-2.0", "author": "MDN Web Docs",