Skip to content

Commit 10b1fb6

Browse files
committed
bumps version for release
1 parent 7ca8f24 commit 10b1fb6

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
8+
## [1.2.14] - 2021-04-29
9+
### Changed
10+
- Dependency upgrade:
11+
- https://github.com/supertokens/browser-tabs-lock/pull/21
12+
- https://github.com/supertokens/browser-tabs-lock/pull/19
13+
- https://github.com/supertokens/browser-tabs-lock/pull/16
14+
15+
716
## [1.2.13] - 2021-04-24
817
### Changed
918
- Upgraded version of Lodash: https://github.com/supertokens/browser-tabs-lock/issues/20

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browser-tabs-lock",
3-
"version": "1.2.13",
3+
"version": "1.2.14",
44
"description": "provides locking mechanism to sync across browser tabs",
55
"main": "index.js",
66
"scripts": {
@@ -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)