Skip to content

Commit

Permalink
release: v1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
w2xi committed Mar 10, 2024
1 parent e59d569 commit 1e20a42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@


## [1.2.6](https://github.com/w2xi/treei/compare/1.2.5...1.2.6) (2024-03-10)

- rewrite code with typescript and add unit tests with vitest ([e59d569](https://github.com/w2xi/treei/commit/e59d56911fc2c57c880df736fc4bf52ee54d3502))

## [1.2.5](https://github.com/w2xi/treei/compare/1.2.4...1.2.5) (2024-03-09)


Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "treei",
"version": "1.2.5",
"version": "1.2.6",
"description": "a directory structure tree generator",
"repository": {
"url": "https://github.com/w2xi/treei"
Expand Down Expand Up @@ -41,4 +41,3 @@
"commander": "^12.0.0"
}
}

0 comments on commit 1e20a42

Please sign in to comment.