@dotenvx/dotenvx-ops 0.22.0 → 0.22.2

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 +13 -1
  2. package/package.json +1 -1
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.22.0...main)
5
+ [Unreleased](https://github.com/dotenvx/dotenvx-ops/compare/v0.22.2...main)
6
+
7
+ ## [0.22.2](https://github.com/dotenvx/dotenvx-ops/compare/v0.22.1...v0.22.2) (2025-12-01)
8
+
9
+ ### Changed
10
+
11
+ * Fix reference to `NODE_AUTH_TOKEN` during publish process
12
+
13
+ ## [0.22.1](https://github.com/dotenvx/dotenvx-ops/compare/v0.22.0...v0.22.1) (2025-12-01)
14
+
15
+ ### Changed
16
+
17
+ * NPM publish process uses dotenvx ROT token - for auto-rotating npm tokens.
6
18
 
7
19
  ## [0.22.0](https://github.com/dotenvx/dotenvx-ops/compare/v0.21.0...v0.22.0) (2025-11-26)
8
20
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.22.0",
2
+ "version": "0.22.2",
3
3
  "name": "@dotenvx/dotenvx-ops",
4
4
  "description": "Dotenvx Ops – commercial tooling for .env files",
5
5
  "author": "@motdotla",