Skip to content

Commit 953971b

Browse files
committed
chore: release packages (#1171)
Synced from sferarc/pgbeam@ed05d87
1 parent 10ebef0 commit 953971b

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @pgbeam/pulumi
22

3+
## 0.1.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [31cb990]
8+
- pgbeam@0.3.11
9+
310
## 0.1.20
411

512
### Patch Changes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgbeam/pulumi",
3-
"version": "0.1.20",
3+
"version": "0.1.21",
44
"description": "Pulumi provider for PgBeam — manage projects, databases, replicas, domains, and cache rules as infrastructure",
55
"type": "module",
66
"exports": {
@@ -40,7 +40,7 @@
4040
"prepublishOnly": "pnpm build"
4141
},
4242
"dependencies": {
43-
"pgbeam": "^0.3.10"
43+
"pgbeam": "^0.3.11"
4444
},
4545
"peerDependencies": {
4646
"@pulumi/pulumi": "catalog:peers"

0 commit comments

Comments
 (0)