Skip to content

Commit

Permalink
fixes #20
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Apr 24, 2021
1 parent a7be70f commit 6dc563a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.13] - 2021-04-24
### Changed
- Upgraded version of Lodash: https://github.com/supertokens/browser-tabs-lock/issues/20
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-tabs-lock",
"version": "1.2.12",
"version": "1.2.13",
"description": "provides locking mechanism to sync across browser tabs",
"main": "index.js",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"webpack-cli": "^3.3.5"
},
"dependencies": {
"lodash": ">=4.17.19"
"lodash": ">=4.17.21"
},
"keywords": [
"browser",
Expand All @@ -49,4 +49,4 @@
"url": "https://github.com/supertokens/browser-tabs-lock/issues"
},
"homepage": "https://github.com/supertokens/browser-tabs-lock#readme"
}
}

0 comments on commit 6dc563a

Please sign in to comment.