ops-toolkit 1.1.0 → 1.2.0

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/.release-it.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "access": "public"
17
17
  },
18
18
  "hooks": {
19
- "before:init": ["bun run lint", "bun run typecheck", "bun run test"],
19
+ "before:init": ["bun run lint", "bun run typecheck"],
20
20
  "after:bump": ["bun run build"],
21
21
  "after:release": ["git push origin HEAD"]
22
22
  },
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
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
+ ## [1.2.0](https://github.com/username/ops-toolkit/compare/v1.1.0...v1.2.0) (2026-01-11)
6
+
5
7
  ## 1.1.0 (2026-01-11)
6
8
 
7
9
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ops-toolkit",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "A comprehensive DevOps CLI toolkit with terminal UI",
5
5
  "main": "dist/index.js",
6
6
  "bin": {