Skip to content

Commit ba89a68

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.1...v1.3.0) (2021-03-07) ### Features * **typing:** Add basic typing to the lib for TS ([5309e9e](5309e9e))
1 parent 6c204d5 commit ba89a68

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.3.0](https://github.com/Belphemur/node-json-db/compare/v1.2.1...v1.3.0) (2021-03-07)
2+
3+
4+
### Features
5+
6+
* **typing:** Add basic typing to the lib for TS ([5309e9e](https://github.com/Belphemur/node-json-db/commit/5309e9e633f25fa2590f693e0e50ebb30ea57578))
7+
18
## [1.2.1](https://github.com/Belphemur/node-json-db/compare/v1.2.0...v1.2.1) (2021-03-07)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-json-db",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Database using JSON file as storage for Node.JS",
55
"main": "dist/JsonDB.js",
66
"types": "dist/JsonDB.d.ts",

0 commit comments

Comments
 (0)