@dotenvx/dotenvx-ops 0.15.6 → 0.16.1

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.
package/CHANGELOG.md CHANGED
@@ -2,7 +2,19 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- [Unreleased](https://github.com/dotenvx/dotenvx-ops/compare/v0.15.6...main)
5
+ [Unreleased](https://github.com/dotenvx/dotenvx-ops/compare/v0.16.1...main)
6
+
7
+ ## [0.16.1](https://github.com/dotenvx/dotenvx-ops/compare/v0.16.0...v0.16.1) (2025-09-18)
8
+
9
+ ### Added
10
+
11
+ * Add `OPS` to install.sh script
12
+
13
+ ## [0.16.0](https://github.com/dotenvx/dotenvx-ops/compare/v0.15.6...v0.16.0) (2025-09-18)
14
+
15
+ ### Added
16
+
17
+ * Add support for `OPS_` and update calls to `ops.dotenvx.com`
6
18
 
7
19
  ## [0.15.6](https://github.com/dotenvx/dotenvx-ops/compare/v0.15.5...v0.15.6) (2025-08-27)
8
20
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  [![dotenvx-ops](https://dotenvx.com/dotenvx-ops-banner.png)](https://dotenvx.com/ops)
2
2
 
3
- > Dotenvx Ops is a commercial product for secrets operations using [dotenvx](https://github.com/dotenvx/dotenvx).
3
+ > Dotenvx Ops is commercial tooling for [dotenvx](https://github.com/dotenvx/dotenvx).
4
4
 
5
5
  *Use dotenvx across your team, infrastructure, agents, and more.*
6
6
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.15.6",
2
+ "version": "0.16.1",
3
3
  "name": "@dotenvx/dotenvx-ops",
4
4
  "description": "Dotenvx Ops",
5
5
  "author": "@motdotla",