Skip to content

Commit d092629

Browse files
authored
Merge pull request #2 from andrewshell/release-please--branches--master--components--cacheism
chore(master): release 3.0.0
2 parents d57c7d8 + 11f00d8 commit d092629

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.0](https://github.com/andrewshell/cacheism/compare/v2.0.0...v3.0.0) (2025-12-11)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* The import syntax for CommonJS users has changed.
14+
15+
### Features
16+
17+
* add ESLint with TypeScript support ([a063aeb](https://github.com/andrewshell/cacheism/commit/a063aeb3a7ea6277ae62efa91f9a0a3c815db11f))
18+
* add input validation to go() method ([7812519](https://github.com/andrewshell/cacheism/commit/7812519404d3b15a9bdbdaa74cf5a1843180d0a8))
19+
* convert to ESM with TypeScript and dual CJS/ESM output ([9c2132a](https://github.com/andrewshell/cacheism/commit/9c2132a269a5f15ac204b502aaab6dc6ec1b9589))
20+
21+
22+
### Bug Fixes
23+
24+
* avoid mutating frozen Hit objects in cacheOnFail path ([d57c7d8](https://github.com/andrewshell/cacheism/commit/d57c7d8c59fbd8f539c319d4a8d141f7a4d4f0d3))
25+
* convert filesystem store to fully async operations ([b3bdd88](https://github.com/andrewshell/cacheism/commit/b3bdd884410b21267b9adfb65f2c65215be498d6))
26+
827
## [2.0.0] - Previous Release
928

1029
This changelog was initialized when setting up automated releases with Release Please.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@andrewshell/cacheism",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Simple caching library",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)