Skip to content

Commit

Permalink
chore(release): release v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
karlsbeard committed Aug 26, 2024
1 parent 4aa5c37 commit 849714f
Show file tree
Hide file tree
Showing 3 changed files with 4,619 additions and 3,836 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@


## [0.0.8](https://github.com/karlsbeard/ts-tree-tools/compare/v0.0.7...v0.0.8) (2024-08-26)

## [0.0.7](https://github.com/karlsbeard/ts-tree-tools/compare/v0.0.6...v0.0.7) (2024-08-26)

## [0.0.6](https://github.com/karlsbeard/ts-tree-tools/compare/v0.0.5...v0.0.6) (2024-08-26)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-tree-tools",
"type": "module",
"version": "0.0.7",
"version": "0.0.8",
"packageManager": "[email protected]",
"description": "the tools for tree",
"author": "Karl <[email protected]>",
Expand Down Expand Up @@ -54,7 +54,7 @@
"prepare": "simple-git-hooks",
"typecheck": "tsc --noEmit",
"test": "vitest",
"release": "release-it"
"release": "pnpm build && release-it"
},
"dependencies": {},
"devDependencies": {
Expand Down
Loading

0 comments on commit 849714f

Please sign in to comment.