Skip to content

Commit

Permalink
Release version 1.6.30
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiostalla committed Sep 30, 2024
1 parent 7fe595f commit ad17a02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
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/).

## [Unreleased]
## [1.6.30] – 2024-09-30

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

### Changed
- Aligned Token Categories with Kolasu
- Increased code coverage

## [1.6.29] – 2024-07-09

### Fixed
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.29",
"version": "1.6.30",
"license": "Apache-2.0",
"keywords": [
"antlr",
Expand Down

0 comments on commit ad17a02

Please sign in to comment.