@fedify/postgres 0.3.0-dev.22 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -66,7 +66,7 @@ Changelog
66
66
 
67
67
  ### Version 0.3.0
68
68
 
69
- To be released.
69
+ Released on March 28, 2025.
70
70
 
71
71
  - Added `PostgresMessageQueue.enqueueMany()` method for efficiently enqueuing
72
72
  multiple messages at once.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/postgres",
3
- "version": "0.3.0-dev.22+7bce50b9",
3
+ "version": "0.3.0",
4
4
  "description": "PostgreSQL drivers for Fedify",
5
5
  "keywords": [
6
6
  "fedify",
@@ -61,7 +61,7 @@
61
61
  "https://github.com/sponsors/dahlia"
62
62
  ],
63
63
  "dependencies": {
64
- "@fedify/fedify": "1.5.0-dev.750",
64
+ "@fedify/fedify": "1.5.0",
65
65
  "@logtape/logtape": "^0.9.0",
66
66
  "postgres": "^3.4.5",
67
67
  "@deno/shim-deno": "~0.18.0",