Skip to content

Commit

Permalink
Release 9.2.3
Browse files Browse the repository at this point in the history
- Update npms
  • Loading branch information
jgeurts committed Dec 27, 2021
1 parent 2143315 commit 15d62b7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 9.2.3 - 2021-12-27

- Update npms

## 9.2.2 - 2021-12-27

- Fix to always include populate column names in select query
Expand Down
18 changes: 9 additions & 9 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": "bigal",
"version": "9.2.2",
"version": "9.2.3",
"description": "A fast and lightweight orm for postgres and node.js, written in typescript.",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -24,7 +24,7 @@
"@types/pg": "^8.6.3",
"lodash": "^4.17.21",
"pg": "8.7.1",
"postgres-pool": "^5.0.8"
"postgres-pool": "^5.0.9"
},
"devDependencies": {
"@types/chai": "^4.3.0",
Expand Down

0 comments on commit 15d62b7

Please sign in to comment.