Skip to content

Commit a383528

Browse files
authored
update version and changelog (#936)
1 parent 3953adb commit a383528

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
---
1010

11+
## [2.3.0] - 2026-04-14
12+
13+
### Changed
14+
15+
- Remove prototypical STML mapping in favor of more powerful Jsonata
16+
- Refactor the code base to use a newly implemented JSON Schema visitor pattern instead of having schema traversal logic implemented in different places
17+
18+
### Fixed
19+
20+
- Fix schema diagram: it now correctly draws multiple edges if a sub-schema defines its own structure and additionally has a reference
21+
1122
## [2.2.0] - 2026-03-27
1223

1324
### Added

meta_configurator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meta-configurator",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)