@dotenvx/dotenvx-ops 0.23.6 → 0.23.7

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/CHANGELOG.md +7 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,7 +2,13 @@
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.23.6...main)
5
+ [Unreleased](https://github.com/dotenvx/dotenvx-ops/compare/v0.23.7...main)
6
+
7
+ ## [0.23.7](https://github.com/dotenvx/dotenvx-ops/compare/v0.23.6...v0.23.7) (2025-12-10)
8
+
9
+ ### Changed
10
+
11
+ * Inline the publishing with `--token` flag for one-liner.
6
12
 
7
13
  ## [0.23.6](https://github.com/dotenvx/dotenvx-ops/compare/v0.23.5...v0.23.6) (2025-12-10)
8
14
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.23.6",
2
+ "version": "0.23.7",
3
3
  "name": "@dotenvx/dotenvx-ops",
4
4
  "description": "Dotenvx Ops – commercial tooling for .env files",
5
5
  "author": "@motdotla",