Skip to content

Commit da82a94

Browse files
committed
Version 2.0.2
PR-URL: #218
1 parent 499f440 commit da82a94

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased][unreleased]
44

5+
## [2.0.2][] - 2021-10-14
6+
57
- Support `null` as value for `update`
68
- Fixed thenable chain in `db.select`
79

@@ -107,7 +109,8 @@
107109

108110
Code before fork from https://github.com/metarhia/sql
109111

110-
[unreleased]: https://github.com/metarhia/metasql/compare/v2.0.1...HEAD
112+
[unreleased]: https://github.com/metarhia/metasql/compare/v2.0.2...HEAD
113+
[2.0.2]: https://github.com/metarhia/metasql/compare/v2.0.1...v2.0.2
111114
[2.0.1]: https://github.com/metarhia/metasql/compare/v2.0.0...v2.0.1
112115
[2.0.0]: https://github.com/metarhia/metasql/compare/v1.5.0...v2.0.0
113116
[1.5.0]: https://github.com/metarhia/metasql/compare/v1.4.0...v1.5.0

package-lock.json

Lines changed: 4 additions & 4 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": "metasql",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "MetaSQL Database schema generator, migrations and query builder for Metarhia",
55
"main": "metasql.js",
66
"types": "metasql.d.ts",
@@ -43,7 +43,7 @@
4343
"pg": "^8.7.1"
4444
},
4545
"devDependencies": {
46-
"@types/node": "^16.10.8",
46+
"@types/node": "^16.10.9",
4747
"@types/pg": "^8.6.1",
4848
"eslint": "^7.31.0",
4949
"eslint-config-metarhia": "^7.0.1",

0 commit comments

Comments
 (0)