From 5f2fcb7b671e85f0b8861818de959c3b90eb4199 Mon Sep 17 00:00:00 2001 From: Niket Pathak Date: Wed, 13 Sep 2023 08:45:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20minor=20version=20bump=20to=20v2?= =?UTF-8?q?.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report.yml | 1 + README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 93663a9..178dfd2 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -38,6 +38,7 @@ body: - v2.3.0 - v2.4.0 - v2.5.0 + - v2.6.0 - Latest validations: required: true diff --git a/README.md b/README.md index 42cb898..bf92ad3 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ var ls = require('localstorage-slim'); - + ``` The library will be available as a global object at `window.ls` diff --git a/package.json b/package.json index d73e582..46acf44 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "localstorage-slim", "title": "localstorage-slim", "description": "An ultra slim localstorage wrapper with optional support for ttl and encryption", - "version": "2.5.0", + "version": "2.6.0", "homepage": "https://github.com/digitalfortress-tech/localstorage-slim", "license": "MIT", "scripts": {