Skip to content
Merged

Dev #62

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
--health-retries 5
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: PostgreSQL
run: |
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
## Changelog

### [v2.23.0](https://github.com/panates/postgrejs/compare/v2.22.9...v2.23.0) -
### [v2.23.1](https://github.com/panates/postgrejs/compare/v2.23.0...v2.23.1) -

#### 💬 General Changes

- dev: Updated dependencies and switched to `import type` for cleaner type imports @Eray Hanoğlu
- dev: Minor lint issue @Eray Hanoğlu
- dev: Updated action/chechout version @Eray Hanoğlu
- dev: Minor lint issue @Eray Hanoğlu
- dev: Set min node test version to 20 @Eray Hanoğlu

### [v2.23.0](https://github.com/panates/postgrejs/compare/v2.22.9...v2.23.0) - 3 April 2026

#### 🛠 Refactoring and Updates

Expand Down
Loading