From 6a1d854dff048282b806d6a6c7e8b2a64b813db1 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Mon, 7 Aug 2023 03:41:47 -0700 Subject: [PATCH] =?UTF-8?q?chore(release):=20v1.0.0=20=F0=9F=8E=89=20(#2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..2ec77fe --- /dev/null +++ b/changelog.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2023-08-07) + + +### Features + +* **init:** initialize based on with-simple-caching ([4168975](https://github.com/ehmpathy/with-domain-driven-caching/commit/4168975d1bad634cd3aecb20548f60fb8412e8c6)) diff --git a/package-lock.json b/package-lock.json index 794207a..78467d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "with-domain-driven-caching", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "with-domain-driven-caching", - "version": "0.0.0", + "version": "1.0.0", "hasInstallScript": true, "dependencies": { "bottleneck": "^2.19.5", diff --git a/package.json b/package.json index a2bb451..abce9ab 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "with-domain-driven-caching", "author": "ehmpathy", "description": "A wrapper that makes it simple to add caching to any function", - "version": "0.0.0", + "version": "1.0.0", "repository": "ehmpathy/with-domain-driven-caching", "homepage": "https://github.com/ehmpathy/with-domain-driven-caching", "keywords": [