From 838a8b2542bf64d4efcfcebf62537a957810afc6 Mon Sep 17 00:00:00 2001 From: Akash Chouhan Date: Sat, 22 Jul 2023 11:14:45 +0530 Subject: [PATCH 1/2] :scroll: readme banner update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 27b5dd4..feb9c06 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -![nodecache.js](https://github.com/akashchouhan16/nodeCache.js/assets/56465610/2b208713-bd6b-4a74-b63a-9ee197f1773f) +![nodecache.js](https://github.com/akashchouhan16/nodeCache.js/assets/56465610/3c72f526-73f2-4528-b01d-d188532b8231) + ![Travis Build Status](https://img.shields.io/travis/com/akashchouhan16/nodecache.js?label=Travis+CI+build&color=F2ECAC) ![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/akashchouhan16/nodeCache.js/package-unit-tests.yml?&label=%20Node.js%20CI) From 87c170a05de7dbf034e4245e2f4fd77f9a688fe1 Mon Sep 17 00:00:00 2001 From: Akash Chouhan Date: Thu, 12 Oct 2023 12:25:20 +0530 Subject: [PATCH 2/2] :maple_leaf: fix for release v1.2.2 --- README.md | 12 ++++-------- package.json | 4 ++-- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index feb9c06..b62a14f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Maintenance](https://img.shields.io/badge/Maintained%3F-Yes-1dbf73.svg)](https://github.com/akashchouhan16/nodeCache.js "nodeCache.js is actively Maintained") [![made-for-Developers](https://img.shields.io/badge/Made%20for-Developers-238636.svg)](https://github.com/akashchouhan16/nodeCache.js "nodeCache.js") -A Simple and Intuitive in-memory cache with TTL support for node.js applications. +A simple and intuitive in-memory cache with TTL support for your JavaScript applications. ## ⛩ī¸ About Discover an elegant and efficient in-memory cache module for Node.js. This package incorporates time-to-live (**ttl**) functionality, asynchronously evicting expired keys from the cache. @@ -17,13 +17,9 @@ Discover an elegant and efficient in-memory cache module for Node.js. This packa ## 📜 Installation -- You can install nodecache via npm: - ```shell - npm i nodecache.js - ``` -- Alternatively, you can save the latest dependency: - ```shell - npm i nodecache.js@latest --save +- You can install nodecache.js via npm: + ```properties + npm install nodecache.js ``` diff --git a/package.json b/package.json index bdbddf6..df73cf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodecache.js", - "version": "1.2.0", + "version": "1.2.2", "description": "Simple, Intuitive in-memory cache with TTL support for Node.", "main": "index.js", "scripts": { @@ -35,4 +35,4 @@ "eslint-plugin-jest": "^27.2.3", "jest": "^29.5.0" } -} +} \ No newline at end of file