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

Commit ee1cdbd

Browse files
author
Hendrik van Antwerpen
committed
Bump tree-sitter-stack-graphs to version 0.4.1
1 parent 24a9d6e commit ee1cdbd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tree-sitter-stack-graphs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## Unreleased
8+
## 0.4.1 -- 2022-10-19
99

1010
### CLI
1111

tree-sitter-stack-graphs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tree-sitter-stack-graphs"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Create stack graphs using tree-sitter parsers"
55
homepage = "https://github.com/github/stack-graphs/tree/main/tree-sitter-stack-graphs"
66
repository = "https://github.com/github/stack-graphs/"

tree-sitter-stack-graphs/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-stack-graphs",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Create stack graphs using tree-sitter parsers",
55
"homepage": "https://github.com/github/stack-graphs/tree/main/tree-sitter-stack-graphs",
66
"repository": {

0 commit comments

Comments
 (0)