From 0a281433416421dcda8f9f7758f07843a2b9e0d4 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Sun, 9 Oct 2022 13:39:15 -0400 Subject: [PATCH] =?UTF-8?q?chore(release):=20v1.0.0=20=F0=9F=8E=89=20(#3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..fabb9ed --- /dev/null +++ b/changelog.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2022-10-09) + + +### Features + +* **init:** publish as standalone package ([cee9740](https://www.github.com/ehmpathy/simple-on-disk-cache/commit/cee9740800bc8e138346f0c91f5919cf65b2ec4d)) diff --git a/package-lock.json b/package-lock.json index 6abdcbe..b0a2461 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simple-on-disk-cache", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f3d68e4..197d5c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-on-disk-cache", - "version": "0.1.0", + "version": "1.0.0", "description": "A simple in-memory cache, for nodejs and the browser, with time based expiration policies.", "author": "UladKasach @uladkasach", "license": "MIT",