Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 36f83ea

Browse files
author
Hendrik van Antwerpen
committed
Update version and changelog
1 parent b533b31 commit 36f83ea

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

languages/tree-sitter-stack-graphs-typescript/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v0.3.0 -- unreleased
9+
10+
### Added
11+
12+
- Support for TSX. A new language configuration for TSX is available, and TSX is enabled in the CLI next to TypeScript.
13+
814
## v0.2.0 -- 2024-03-06
915

1016
The `tree-sitter-stack-graphs` is updated to `v0.8`.

languages/tree-sitter-stack-graphs-typescript/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "tree-sitter-stack-graphs-typescript"
3-
version = "0.2.0"
4-
description = "Stack graphs definition for TypeScript using tree-sitter-typescript"
3+
version = "0.3.0"
4+
description = "Stack graphs definition for TypeScript & TSX using tree-sitter-typescript"
55
readme = "README.md"
6-
keywords = ["tree-sitter", "stack-graphs", "typescript"]
6+
keywords = ["tree-sitter", "stack-graphs", "typescript", "tsx"]
77
authors = ["Hendrik van Antwerpen <[email protected]>"]
88
license = "MIT OR Apache-2.0"
99
edition = "2018"

0 commit comments

Comments
 (0)