Skip to content

Commit 2777fdc

Browse files
committed
0.12.0 - update 'lokijs-collections' dependency to 0.30.0
1 parent 1901211 commit 2777fdc

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ This project does its best to adhere to [Semantic Versioning](http://semver.org/
44

55

66
--------
7-
### [0.11.2](N/A) - 2021-08-30
7+
### [0.12.0](N/A) - 2020-10-01
8+
#### Changed
9+
* Update `lokijs-collections` dependency from `0.29.*` to `0.30.*`
10+
11+
12+
--------
13+
### [0.11.2](https://github.com/TeamworkGuy2/lokijs-collections-syncing/commit/1901211b11eb9d4f5285834af4a9dce0ede6e656) - 2021-08-30
814
#### Fixed
915
* Fix an issue with this package being used by a project that does not have tsconfig 'strict' enabled
1016

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lokijs-collections-syncing",
3-
"version": "0.11.2",
3+
"version": "0.12.0",
44
"description": "lokijs-collections syncing to and from a remote data source",
55
"author": "TeamworkGuy2",
66
"homepage": "https://github.com/TeamworkGuy2/lokijs-collections-syncing",
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/TeamworkGuy2/lokijs-collections-syncing.git"
1111
},
1212
"dependencies": {
13-
"lokijs-collections": "~0.29.0",
13+
"lokijs-collections": "~0.30.0",
1414
"ts-promises": "~0.8.0"
1515
},
1616
"devDependencies": {

0 commit comments

Comments
 (0)