Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikvanantwerpen committed May 15, 2024
1 parent b533b31 commit 36f83ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions languages/tree-sitter-stack-graphs-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.3.0 -- unreleased

### Added

- Support for TSX. A new language configuration for TSX is available, and TSX is enabled in the CLI next to TypeScript.

## v0.2.0 -- 2024-03-06

The `tree-sitter-stack-graphs` is updated to `v0.8`.
Expand Down
6 changes: 3 additions & 3 deletions languages/tree-sitter-stack-graphs-typescript/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "tree-sitter-stack-graphs-typescript"
version = "0.2.0"
description = "Stack graphs definition for TypeScript using tree-sitter-typescript"
version = "0.3.0"
description = "Stack graphs definition for TypeScript & TSX using tree-sitter-typescript"
readme = "README.md"
keywords = ["tree-sitter", "stack-graphs", "typescript"]
keywords = ["tree-sitter", "stack-graphs", "typescript", "tsx"]
authors = ["Hendrik van Antwerpen <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand Down

0 comments on commit 36f83ea

Please sign in to comment.