Skip to content

Commit d19c42f

Browse files
committed
Release version 1.6.24
1 parent 366e7f7 commit d19c42f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
All notable changes to this project from version 1.2.0 upwards are documented in this file.
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

5-
## [1.6.24] – Not yet released
5+
## [1.6.24] – 2024-05-14
6+
7+
### Added
8+
- Higher-level APIs for Lionweb import
9+
- Import from Lionweb languages and models not exported from Kolasu (i.e. with nodes not extending StarLasu's ASTNode concept)
610

711
### Fixed
812
- `assertASTsAreEqual` is now properly exported

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "AST building blocks for TypeScript/JavaScript, part of the *lasu family, with optional integrations with ANTLR4 and Ecore.",
44
"author": "Strumenta s.r.l.",
55
"publisher": "strumenta",
6-
"version": "1.6.23",
6+
"version": "1.6.24",
77
"license": "Apache-2.0",
88
"keywords": [
99
"antlr",

0 commit comments

Comments
 (0)