@theholocron/doppler-client 0.11.3 → 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
@@ -42,4 +42,4 @@ await doppler.environments.create("my-project", "Staging", "stg");
42
42
 
43
43
  ## Status
44
44
 
45
- `v0.5.0` — published on npm. APIs may shift before v1.
45
+ `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/doppler-client",
3
- "version": "0.11.3",
3
+ "version": "0.11.5",
4
4
  "description": "A TypeScript client for the Doppler API",
5
5
  "homepage": "https://github.com/theholocron/clients/tree/main/packages/doppler-client#readme",
6
6
  "bugs": "https://github.com/theholocron/clients/issues",