@theholocron/neon-client 0.11.4 → 0.11.5

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 +1 -1
package/README.md CHANGED
@@ -55,4 +55,4 @@ await neon.branches.destroy("my-project-id", branch.id);
55
55
 
56
56
  ## Status
57
57
 
58
- `v0.6.2` — published on npm. APIs may shift before v1.
58
+ `v0.11.3` — published on npm. APIs may shift before v1.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/neon-client",
3
- "version": "0.11.4",
3
+ "version": "0.11.5",
4
4
  "description": "A TypeScript client for the Neon API",
5
5
  "homepage": "https://github.com/theholocron/clients/tree/main/packages/neon-client#readme",
6
6
  "bugs": "https://github.com/theholocron/clients/issues",