Skip to content

Commit 41808a6

Browse files
committed
Release version 1.6.25
1 parent 3720f41 commit 41808a6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.25] – 2024-05-15
6+
7+
### Changed
8+
- Align Lionweb with the latest StarLasu language
9+
10+
### Fixed
11+
- `assertASTsAreEqual` is now properly included in the compiled artifact
12+
513
## [1.6.24] – 2024-05-14
614

715
### Added

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.24",
6+
"version": "1.6.25",
77
"license": "Apache-2.0",
88
"keywords": [
99
"antlr",

0 commit comments

Comments
 (0)