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

Commit e7dd792

Browse files
committed
Release: 0.4.1
1 parent 414f627 commit e7dd792

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
- ...
66

7+
## [0.4.1] - 2020-02-29
8+
9+
- Fix sql query for getRecords
10+
711
## [0.4.0] - 2020-02-29
812

913
- Bump dependency versions [Synor/core#36](https://github.com/Synor/core/issues/36)
@@ -21,7 +25,8 @@
2125

2226
- Initial release
2327

24-
[unreleased]: https://github.com/Synor/database-postgresql/compare/0.4.0...HEAD
28+
[unreleased]: https://github.com/Synor/database-postgresql/compare/0.4.1...HEAD
29+
[0.4.1]: https://github.com/Synor/database-postgresql/compare/0.4.0...0.4.1
2530
[0.4.0]: https://github.com/Synor/database-postgresql/compare/0.3.0...0.4.0
2631
[0.3.0]: https://github.com/Synor/database-postgresql/compare/0.2.0...0.3.0
2732
[0.2.0]: https://github.com/Synor/database-postgresql/compare/0.1.0...0.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synor/database-postgresql",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Synor Database Engine - PostgreSQL",
55
"keywords": [
66
"synor",

0 commit comments

Comments
 (0)