From 15192033ea817157c56364254f26a3c4bd2d12f4 Mon Sep 17 00:00:00 2001 From: hannah-taub-1 Date: Wed, 17 Jun 2026 14:25:01 -0400 Subject: [PATCH] add June 2026 release notes for aio-cli-plugin-certificate 2.2.0 --- src/pages/intro_and_overview/release-notes.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/pages/intro_and_overview/release-notes.md b/src/pages/intro_and_overview/release-notes.md index 2ccbdd2d9..160521f64 100644 --- a/src/pages/intro_and_overview/release-notes.md +++ b/src/pages/intro_and_overview/release-notes.md @@ -2,6 +2,23 @@ Stay up to date with the latest features, improvements, and bug fixes in App Builder and Adobe I/O Runtime. +## June 2026 + +*June 17, 2026* + +### @adobe/aio-cli-plugin-certificate + +#### Refactor + +- Upgrade module from CommonJS to ESM +- Migrate test framework from Jest to Vitest + +#### Upgrade Instructions + +To use the update, reinstall the aio-cli or update `@adobe/aio-cli-plugin-certificate` to `^2.2` in your project's package.json. + +[Full release changes - aio-cli-plugin-certificate](https://github.com/adobe/aio-cli-plugin-certificate/releases/tag/2.2.0) + ## January 2026 *January 26, 2026*