Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiostalla committed Jul 9, 2024
1 parent ecdac8f commit bc3b6fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project from version 1.2.0 upwards are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [1.6.29] – 2024-07-09

### Fixed
- StarLasu internal features in nodes imported from Lionweb

## [1.6.28] – 2024-07-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "AST building blocks for TypeScript/JavaScript, part of the *lasu family, with optional integrations with ANTLR4 and Ecore.",
"author": "Strumenta s.r.l.",
"publisher": "strumenta",
"version": "1.6.28",
"version": "1.6.29",
"license": "Apache-2.0",
"keywords": [
"antlr",
Expand Down
1 change: 1 addition & 0 deletions tests/interop/lionweb.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ describe('Lionweb integration', function() {
expect(root.nodeDefinition.features.position).to.be.undefined;
expect(root.nodeDefinition.features.originalNode).to.be.undefined;
expect(root.nodeDefinition.features.transpiledNode).to.be.undefined;
expect(root.nodeDefinition.features.transpiledNodes).to.be.undefined;
expect(root.position).not.to.be.undefined;
expect(root.position?.start.line).to.equal(1);
expect(root.position?.start.column).to.equal(0);
Expand Down

0 comments on commit bc3b6fc

Please sign in to comment.