From 1e20a4277cc676da56ce65c4ac00d90266c4beee Mon Sep 17 00:00:00 2001 From: w2xi <43wangxi@gmail.com> Date: Sun, 10 Mar 2024 13:24:56 +0800 Subject: [PATCH] release: v1.2.6 --- CHANGELOG.md | 4 ++++ package.json | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60f9cd7..4d64a94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index ad775ed..76cb834 100644 --- a/package.json +++ b/package.json @@ -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" @@ -41,4 +41,3 @@ "commander": "^12.0.0" } } -