Skip to content

Commit

Permalink
Release 13.0.1
Browse files Browse the repository at this point in the history
- Update postgres-pool npm
  • Loading branch information
jgeurts committed Jul 2, 2024
1 parent 7117a08 commit 06655a5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 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

## 13.0.1 - 2024-07-02

- Update postgres-pool npm

## 13.0.0 - 2024-07-02

- Publish as CJS and ESM
Expand Down
12 changes: 6 additions & 6 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": "13.0.0",
"version": "13.0.1",
"description": "A fast and lightweight orm for postgres and node.js, written in typescript.",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@types/pg": "^8.11.6",
"lodash": "^4.17.21",
"pg": "^8.12.0",
"postgres-pool": "^9.0.0"
"postgres-pool": "^9.0.1"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
Expand Down

0 comments on commit 06655a5

Please sign in to comment.