@innovorder/serverless-resize-bucket-images 2.2828.13 → 2.2829.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 2.2829.0 (2026-02-25)
7
+
8
+
9
+ ### Features
10
+
11
+ * **monorepo:** Add Claude Code GitHub Workflow ([#20201](https://github.com/InnovOrder/monorepo/issues/20201)) ([29c579c](https://github.com/InnovOrder/monorepo/commit/29c579caf89608ffa7fadd88bfff970b75a9c785))
12
+
13
+
14
+
15
+ ## 2.2828.14 (2026-02-25)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **api:** schedule reconcile-ewallet-balance cronjob at 7am on preprod ([#20179](https://github.com/InnovOrder/monorepo/issues/20179)) ([93808a2](https://github.com/InnovOrder/monorepo/commit/93808a25606f345a8d5d5dc2c0402bc45ce59ee6))
21
+
22
+
23
+
6
24
  ## 2.2828.13 (2026-02-25)
7
25
 
8
26
  **Note:** Version bump only for package @innovorder/serverless-resize-bucket-images
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innovorder/serverless-resize-bucket-images",
3
- "version": "2.2828.13",
3
+ "version": "2.2829.0",
4
4
  "main": "./dist/index.js",
5
5
  "engines": {
6
6
  "node": ">=18 <21"
@@ -76,5 +76,5 @@
76
76
  "ts-node-dev": "^1.0.0-pre.51",
77
77
  "typescript": "^5.3.3"
78
78
  },
79
- "gitHead": "6b8ce0c77473473895537147cb4803efa365ed4a"
79
+ "gitHead": "eee325f02a9240e23525b4d6b943cd9f8ac057a3"
80
80
  }