@innovorder/serverless-resize-bucket-images 2.2857.3 → 2.2857.5

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.2857.5 (2026-05-07)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **api:** cancel report_order on auto-refund and surface inner errors ([#20777](https://github.com/InnovOrder/monorepo/issues/20777)) ([c4d2c0a](https://github.com/InnovOrder/monorepo/commit/c4d2c0ad090ff0cb5942e1551db173992caa7061))
12
+
13
+
14
+
15
+ ## 2.2857.4 (2026-05-06)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **innovorder-cli:** centralize oauth client_id env-var lookup ([#20790](https://github.com/InnovOrder/monorepo/issues/20790)) ([e87edcb](https://github.com/InnovOrder/monorepo/commit/e87edcbc809bc84bcd0063d8da3c23920a6fb8a5))
21
+
22
+
23
+
6
24
  ## 2.2857.3 (2026-05-06)
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.2857.3",
3
+ "version": "2.2857.5",
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": "d4be6091b226628e0e61465f01067381531b8762"
79
+ "gitHead": "64202bc8b66865ff0d91ff166adb0accd8c64481"
80
80
  }