Skip to content

Commit 6dc563a

Browse files
committed
fixes #20
1 parent a7be70f commit 6dc563a

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [1.2.13] - 2021-04-24
8+
### Changed
9+
- Upgraded version of Lodash: https://github.com/supertokens/browser-tabs-lock/issues/20

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browser-tabs-lock",
3-
"version": "1.2.12",
3+
"version": "1.2.13",
44
"description": "provides locking mechanism to sync across browser tabs",
55
"main": "index.js",
66
"scripts": {
@@ -23,7 +23,7 @@
2323
"webpack-cli": "^3.3.5"
2424
},
2525
"dependencies": {
26-
"lodash": ">=4.17.19"
26+
"lodash": ">=4.17.21"
2727
},
2828
"keywords": [
2929
"browser",
@@ -49,4 +49,4 @@
4949
"url": "https://github.com/supertokens/browser-tabs-lock/issues"
5050
},
5151
"homepage": "https://github.com/supertokens/browser-tabs-lock#readme"
52-
}
52+
}

0 commit comments

Comments
 (0)