Skip to content

Commit 2f261d4

Browse files
Merge pull request #474 from github/bump-typescript-version
Bump tree-sitter-stack-graphs-typescript version
2 parents 69906f5 + 5d82a0c commit 2f261d4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

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

+6
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.4.0 -- 2024-12-13
9+
10+
- The `tree-sitter-stack-graphs` dependency is updated to version 0.10.
11+
12+
- The `tree-sitter-typescript` dependency is updated to version 0.23.2.
13+
814
## v0.3.0 -- 2024-07-09
915

1016
### Added

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tree-sitter-stack-graphs-typescript"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Stack graphs definition for TypeScript & TSX using tree-sitter-typescript"
55
readme = "README.md"
66
keywords = ["tree-sitter", "stack-graphs", "typescript", "tsx"]

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To use this library, add the following to your `Cargo.toml`:
1313

1414
```toml
1515
[dependencies]
16-
tree-sitter-stack-graphs-typescript = "0.3"
16+
tree-sitter-stack-graphs-typescript = "0.4"
1717
```
1818

1919
Check out our [documentation](https://docs.rs/tree-sitter-stack-graphs-typescript/*/) for more details on how to use this library.

0 commit comments

Comments
 (0)