Skip to content

Commit

Permalink
Version 2.0.2
Browse files Browse the repository at this point in the history
PR-URL: #218
  • Loading branch information
tshemsedinov committed Oct 13, 2021
1 parent 499f440 commit da82a94
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased][unreleased]

## [2.0.2][] - 2021-10-14

- Support `null` as value for `update`
- Fixed thenable chain in `db.select`

Expand Down Expand Up @@ -107,7 +109,8 @@

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

[unreleased]: https://github.com/metarhia/metasql/compare/v2.0.1...HEAD
[unreleased]: https://github.com/metarhia/metasql/compare/v2.0.2...HEAD
[2.0.2]: https://github.com/metarhia/metasql/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/metarhia/metasql/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/metarhia/metasql/compare/v1.5.0...v2.0.0
[1.5.0]: https://github.com/metarhia/metasql/compare/v1.4.0...v1.5.0
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metasql",
"version": "2.0.1",
"version": "2.0.2",
"description": "MetaSQL Database schema generator, migrations and query builder for Metarhia",
"main": "metasql.js",
"types": "metasql.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"pg": "^8.7.1"
},
"devDependencies": {
"@types/node": "^16.10.8",
"@types/node": "^16.10.9",
"@types/pg": "^8.6.1",
"eslint": "^7.31.0",
"eslint-config-metarhia": "^7.0.1",
Expand Down

0 comments on commit da82a94

Please sign in to comment.