eslint-config-innovorder-v2 2.2778.7 → 2.2778.9

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.2778.9 (2025-11-17)
7
+
8
+
9
+ ### Chore
10
+
11
+ * **api:** add SimpleValueObject serialization for response ([1016e7c](https://github.com/InnovOrder/monorepo/commit/1016e7cfad33b8871cc43c8dbc1e27e6fa523ae2))
12
+
13
+
14
+
15
+ ## 2.2778.8 (2025-11-17)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **api:** pos acces on GET brand customers ([4ef65fb](https://github.com/InnovOrder/monorepo/commit/4ef65fbc3593ac7b2a701ab05ea6c0583d081d15))
21
+
22
+
23
+
6
24
  ## 2.2778.7 (2025-11-17)
7
25
 
8
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-innovorder-v2",
3
- "version": "2.2778.7",
3
+ "version": "2.2778.9",
4
4
  "main": ".eslintrc.js",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -24,5 +24,5 @@
24
24
  "prettier": "2.0.5",
25
25
  "typescript": "3.9.7"
26
26
  },
27
- "gitHead": "2f5ecef013a9aeaa64742b813f3f56796f9a3346"
27
+ "gitHead": "bd92b8c0b0ab04aad97db4b54523d3ea2e4436b1"
28
28
  }