From c5a28093da6c010dc1faef1e4744eec9ff8f4a87 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 4 Aug 2023 21:00:48 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/ar-io/promise-cache/compare/v1.0.13...v1.1.0) (2023-08-04) ### Features * **ReadThroughPromiseCache:** add ReadThroughPromiseCache and update tests and README ([fac1fa2](https://github.com/ar-io/promise-cache/commit/fac1fa2a5d11fe589394293467cf5c9aadafd457)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 089ddac..e4186f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/ar-io/promise-cache/compare/v1.0.13...v1.1.0) (2023-08-04) + + +### Features + +* **ReadThroughPromiseCache:** add ReadThroughPromiseCache and update tests and README ([fac1fa2](https://github.com/ar-io/promise-cache/commit/fac1fa2a5d11fe589394293467cf5c9aadafd457)) + ## [1.0.13](https://github.com/ar-io/promise-cache/compare/v1.0.12...v1.0.13) (2023-08-04) diff --git a/package-lock.json b/package-lock.json index 91f957f..8120c33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ardrive/ardrive-promise-cache", - "version": "1.0.13", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ardrive/ardrive-promise-cache", - "version": "1.0.13", + "version": "1.1.0", "license": "AGPL-3.0-or-later", "dependencies": { "@alexsasharegan/simple-cache": "^3.3.3", diff --git a/package.json b/package.json index aa57f25..3d3f305 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ardrive/ardrive-promise-cache", - "version": "1.0.13", + "version": "1.1.0", "description": "The promise cache utility used internally at ar.io", "main": "dist/index.js", "repository": "github.com/ar-io/promise-cache.git",