From 267fc0eefd70927530a78e8724b3015c2ec2a01e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 15:31:33 +0000 Subject: [PATCH] chore(master): release 3.0.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c40c54e..8218b0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.0.1](https://github.com/andrewshell/cacheism/compare/v3.0.0...v3.0.1) (2026-06-28) + + +### Bug Fixes + +* honor a Miss returned from the go() callback instead of wrapping it in a Hit ([26046bc](https://github.com/andrewshell/cacheism/commit/26046bcbc19b7d1489a3997ad6c0a5a46b8d7010)) +* honor a Miss returned from the go() callback instead of wrapping it in a Hit ([c2fbce5](https://github.com/andrewshell/cacheism/commit/c2fbce55740a1f8bd841c2613e3ceef7edd7ae1d)) + ## [3.0.0](https://github.com/andrewshell/cacheism/compare/v2.0.0...v3.0.0) (2025-12-11) diff --git a/package.json b/package.json index 5290756..b2bb481 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@andrewshell/cacheism", - "version": "3.0.0", + "version": "3.0.1", "description": "Simple caching library", "type": "module", "main": "./dist/index.cjs",