From 5cd335ae2359263eeba642af77c3569d214d0d38 Mon Sep 17 00:00:00 2001 From: "app-token-issuer-ops-platform[bot]" <275822481+app-token-issuer-ops-platform[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 00:42:45 +0000 Subject: [PATCH] chore(main): release 0.48.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index df595809..1383393b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.47.1" + ".": "0.48.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b52bb19a..b608424b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @smartcontractkit/mcms +## [0.48.0](https://github.com/smartcontractkit/mcms/compare/v0.47.1...v0.48.0) (2026-06-11) + + +### Features + +* Additional readAs fields ([#784](https://github.com/smartcontractkit/mcms/issues/784)) ([856384f](https://github.com/smartcontractkit/mcms/commit/856384f2ce7062a0069e4153a33875dd39050532)) + ## [0.47.1](https://github.com/smartcontractkit/mcms/compare/v0.47.0...v0.47.1) (2026-06-09)