Skip to content

Commit

Permalink
Bump tree-sitter-stack-graphs-typescript version
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikvanantwerpen committed Dec 13, 2024
1 parent 69906f5 commit 5d82a0c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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.4.0 -- 2024-12-13

- The `tree-sitter-stack-graphs` dependency is updated to version 0.10.

- The `tree-sitter-typescript` dependency is updated to version 0.23.2.

## v0.3.0 -- 2024-07-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion languages/tree-sitter-stack-graphs-typescript/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tree-sitter-stack-graphs-typescript"
version = "0.3.0"
version = "0.4.0"
description = "Stack graphs definition for TypeScript & TSX using tree-sitter-typescript"
readme = "README.md"
keywords = ["tree-sitter", "stack-graphs", "typescript", "tsx"]
Expand Down
2 changes: 1 addition & 1 deletion languages/tree-sitter-stack-graphs-typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To use this library, add the following to your `Cargo.toml`:

```toml
[dependencies]
tree-sitter-stack-graphs-typescript = "0.3"
tree-sitter-stack-graphs-typescript = "0.4"
```

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

0 comments on commit 5d82a0c

Please sign in to comment.