Skip to content

Commit

Permalink
🔖 minor version bump to v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niketpathak committed Nov 1, 2023
1 parent e4c2262 commit 0f61ab4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ body:
- v2.4.0
- v2.5.0
- v2.6.0
- v2.7.0
- Latest
validations:
required: true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var ls = require('localstorage-slim');
<!-- Alternatively, you can use a CDN with jsdelivr -->
<script src="https://cdn.jsdelivr.net/npm/localstorage-slim"></script>
<!-- or with unpkg.com -->
<script src="https://unpkg.com/localstorage-slim@2.6.0/dist/localstorage-slim.js"></script>
<script src="https://unpkg.com/localstorage-slim@2.7.0/dist/localstorage-slim.js"></script>
```
The library will be available as a global object at `window.ls`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0",
"version": "2.7.0",
"homepage": "https://github.com/digitalfortress-tech/localstorage-slim",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 0f61ab4

Please sign in to comment.