Skip to content

Commit a352bed

Browse files
chore(main): release @2060.io/credo-ts-message-pickup-repository-pg 0.0.13 (#67)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4ce9268 commit a352bed

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packages/client": "0.0.8",
33
"apps/server": "0.0.9",
4-
"packages/postgres": "0.0.12"
4+
"packages/postgres": "0.0.13"
55
}

packages/postgres/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.13](https://github.com/2060-io/message-pickup-repository/compare/@2060.io/credo-ts-message-pickup-repository-pg@v0.0.12...@2060.io/credo-ts-message-pickup-repository-pg@v0.0.13) (2025-04-24)
4+
5+
6+
### Features
7+
8+
* Implement SQL-based schema versioning and migration execution ([#66](https://github.com/2060-io/message-pickup-repository/issues/66)) ([4ce9268](https://github.com/2060-io/message-pickup-repository/commit/4ce926839aa9814558b1d140b723ba7e755f8b25))
9+
310
## [0.0.12](https://github.com/2060-io/message-pickup-repository/compare/@2060.io/credo-ts-message-pickup-repository-pg@v0.0.11...@2060.io/credo-ts-message-pickup-repository-pg@v0.0.12) (2025-04-10)
411

512

packages/postgres/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@2060.io/credo-ts-message-pickup-repository-pg",
33
"main": "build/index.js",
44
"types": "build/index.d.ts",
5-
"version": "0.0.12",
5+
"version": "0.0.13",
66
"files": [
77
"build"
88
],

0 commit comments

Comments
 (0)