Skip to content
This repository was archived by the owner on Apr 17, 2020. It is now read-only.

Commit 42092e1

Browse files
chore(release): 2.0.5 [skip ci]
## [2.0.5](v2.0.4...v2.0.5) (2019-07-29) ### Bug Fixes * do not stringify null values ([#124](#124)) ([cd3514c](cd3514c))
1 parent cd3514c commit 42092e1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.5](https://github.com/knorm/postgres/compare/v2.0.4...v2.0.5) (2019-07-29)
2+
3+
4+
### Bug Fixes
5+
6+
* do not stringify null values ([#124](https://github.com/knorm/postgres/issues/124)) ([cd3514c](https://github.com/knorm/postgres/commit/cd3514c))
7+
18
## [2.0.4](https://github.com/knorm/postgres/compare/v2.0.3...v2.0.4) (2019-07-24)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knorm/postgres",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Postgres plugin for knorm",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)