timonel 2.12.2-beta.1 → 2.12.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 +8 -0
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [2.12.2](https://github.com/KenkoGeek/timonel/compare/v2.12.1...v2.12.2) (2025-11-22)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **cli:** handle flags after positional arguments ([#142](https://github.com/KenkoGeek/timonel/issues/142)) ([36ac024](https://github.com/KenkoGeek/timonel/commit/36ac024fa7c2a454a184394337a65ebae46a65f9))
6
+ - **deps:** merge conflicts ([3f4e054](https://github.com/KenkoGeek/timonel/commit/3f4e054f89d121e59e6df90950223ec9a6019cae))
7
+ - **deps:** merge conflicts ([063294e](https://github.com/KenkoGeek/timonel/commit/063294e0a81bee12997cdeef75229e482a896329))
8
+
1
9
  ## [2.12.2-beta.1](https://github.com/KenkoGeek/timonel/compare/v2.12.1...v2.12.2-beta.1) (2025-10-04)
2
10
 
3
11
  ### Bug Fixes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "timonel",
3
3
  "type": "module",
4
- "version": "2.12.2-beta.1",
4
+ "version": "2.12.2",
5
5
  "description": "Timonel: programmatic Helm chart generator using cdk8s (TypeScript)",
6
6
  "bin": {
7
7
  "timonel": "dist/cli.js",
@@ -119,7 +119,7 @@
119
119
  "eslint-plugin-unused-imports": "^4.2.0",
120
120
  "husky": "^9.1.7",
121
121
  "lint-staged": "^16.2.1",
122
- "markdownlint": "^0.38.0",
122
+ "markdownlint": "^0.39.0",
123
123
  "markdownlint-cli": "^0.45.0",
124
124
  "prettier": "^3.6.2",
125
125
  "semantic-release": "^24.2.9",
@@ -141,7 +141,8 @@
141
141
  "packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b",
142
142
  "pnpm": {
143
143
  "overrides": {
144
- "@conventional-changelog/git-client": ">=2.0.0"
144
+ "@conventional-changelog/git-client": ">=2.0.0",
145
+ "glob": "^13.0.0"
145
146
  }
146
147
  }
147
148
  }