Skip to content

Commit

Permalink
Release 9.2.1
Browse files Browse the repository at this point in the history
* Update npms
  • Loading branch information
jgeurts committed Nov 16, 2021
1 parent 748d43d commit 76abb20
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 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.1 - 2021-11-16

- Update npms

## 9.2.0 - 2021-11-16

- Update npms
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": "bigal",
"version": "9.2.0",
"version": "9.2.1",
"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.1",
"lodash": "^4.17.21",
"pg": "8.7.1",
"postgres-pool": "^5.0.7"
"postgres-pool": "^5.0.8"
},
"devDependencies": {
"@types/chai": "^4.2.22",
Expand Down

0 comments on commit 76abb20

Please sign in to comment.