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

Commit 426e14d

Browse files
author
Hendrik van Antwerpen
committed
Release tree-sitter-stack-graphs-javascript v0.1.0
1 parent 4ced096 commit 426e14d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ All notable changes to this project will be documented in this file.
44

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).
7+
8+
## v0.1.0 -- 2024-03-06
9+
10+
Initial release.

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

Lines changed: 1 addition & 1 deletion
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-javascript = "0.1.0"
16+
tree-sitter-stack-graphs-javascript = "0.1"
1717
```
1818

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

0 commit comments

Comments
 (0)