@innovorder/serverless-resize-bucket-images 2.2775.1 → 2.2775.4

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 +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.2775.4 (2025-11-12)
7
+
8
+ **Note:** Version bump only for package @innovorder/serverless-resize-bucket-images
9
+
10
+ ## 2.2775.3 (2025-11-12)
11
+
12
+ ### Refactoring
13
+
14
+ - **api, payment-service:** better validation for Edenred ([#19377](https://github.com/InnovOrder/monorepo/issues/19377)) ([26a0d83](https://github.com/InnovOrder/monorepo/commit/26a0d83de8a8814c3e155c10e316b32305d519b5))
15
+
16
+ ## 2.2775.2 (2025-11-12)
17
+
18
+ ### Bug Fixes
19
+
20
+ - **api:** fix too many requests for get crous token api ([#19402](https://github.com/InnovOrder/monorepo/issues/19402)) ([f3a346e](https://github.com/InnovOrder/monorepo/commit/f3a346e241540d817800894cb68106cd20fc96b0))
21
+
6
22
  ## 2.2775.1 (2025-11-12)
7
23
 
8
24
  **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.2775.1",
3
+ "version": "2.2775.4",
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": "c174a294512f7e67cce9f9ec08125d3954e09570"
79
+ "gitHead": "115a906c8be7fbfdda2b0f9430d50226ead20f7a"
80
80
  }