@mcp-abap-adt/core 2.7.2 → 2.7.3

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 +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [2.7.3] - 2026-03-03
6
+
7
+ ### Fixed
8
+ - **Release workflow lint gate** for `v2.7.2`:
9
+ - Applied Biome formatting/import ordering fixes in updated hard-mode test infrastructure and integration suites.
10
+ - Kept hard-mode behavior unchanged; this patch is focused on CI/release pipeline stability.
11
+
5
12
  ## [2.7.2] - 2026-03-03
6
13
 
7
14
  ### Added
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mcp-abap-adt/core",
3
3
  "mcpName": "io.github.fr0ster/mcp-abap-adt",
4
- "version": "2.7.2",
4
+ "version": "2.7.3",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {