Skip to content

Commit ad17a02

Browse files
committed
Release version 1.6.30
1 parent 7fe595f commit ad17a02

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,12 +2,16 @@
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-
## [Unreleased]
5+
## [1.6.30] – 2024-09-30
66

77
### Added
88
- `Node.transformChildren` to run a function on all the children of a Node
99
- `Node.replaceWith` to replace a Node with another
1010

11+
### Changed
12+
- Aligned Token Categories with Kolasu
13+
- Increased code coverage
14+
1115
## [1.6.29] – 2024-07-09
1216

1317
### Fixed

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

0 commit comments

Comments
 (0)