Skip to content
Merged

Dev #55

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
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ on:
branches:
- main

permissions:
id-token: write # Required for OIDC
contents: read

# Only one run at a time
concurrency:
group: ${{ github.workflow }}
Expand Down
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
## Changelog

### [v2.22.7](https://github.com/panates/postgrejs/compare/v2.22.6...v2.22.7) -
### [v2.22.9](https://github.com/panates/postgrejs/compare/v2.22.8...v2.22.9) -

### [v2.22.8](https://github.com/panates/postgrejs/compare/v2.22.7...v2.22.8) - 27 October 2025

#### 🪲 Fixes

- fix: SmartBuffer grows when offset isn't at last @Eray Hanoğlu

#### 💬 General Changes

- dev: npm Trusted publishing update @Eray Hanoğlu

### [v2.22.7](https://github.com/panates/postgrejs/compare/v2.22.6...v2.22.7) - 21 October 2025

#### 💬 General Changes

Expand Down
Loading
Loading