Skip to content

Commit bc3b6fc

Browse files
committed
Prepare for release
1 parent ecdac8f commit bc3b6fc

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +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.29] – 2024-07-09
6+
7+
### Fixed
8+
- StarLasu internal features in nodes imported from Lionweb
9+
510
## [1.6.28] – 2024-07-08
611

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

tests/interop/lionweb.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ describe('Lionweb integration', function() {
126126
expect(root.nodeDefinition.features.position).to.be.undefined;
127127
expect(root.nodeDefinition.features.originalNode).to.be.undefined;
128128
expect(root.nodeDefinition.features.transpiledNode).to.be.undefined;
129+
expect(root.nodeDefinition.features.transpiledNodes).to.be.undefined;
129130
expect(root.position).not.to.be.undefined;
130131
expect(root.position?.start.line).to.equal(1);
131132
expect(root.position?.start.column).to.equal(0);

0 commit comments

Comments
 (0)