From 3048c894e5fa68ca930cb0741bd827c640e77fd3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 23:05:00 +0000 Subject: [PATCH] chore(main): release 0.4.2 --- .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 218393f..4cff5b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3206a41..9f1e47d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.2](https://github.com/timdixon82/Braille-Reference/compare/v0.4.1...v0.4.2) (2026-07-23) + + +### Bug Fixes + +* bump fast-uri and brace-expansion to patch high-severity advisories ([#38](https://github.com/timdixon82/Braille-Reference/issues/38)) ([db9e1f5](https://github.com/timdixon82/Braille-Reference/commit/db9e1f55225b19946096c7acaa128ff49f7346e4)) + ## [0.4.1](https://github.com/timdixon82/Braille-Reference/compare/v0.4.0...v0.4.1) (2026-07-18)