Skip to content

Commit

Permalink
chore(release): v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chizukicn committed May 29, 2023
1 parent a3f5ad5 commit a410c92
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog


## v0.0.4

[compare changes](https://github.com/chizukicn/tslx/compare/v0.0.3...v0.0.4)


### 🩹 Fixes

- Sort *each* types. ([a3f5ad5](https://github.com/chizukicn/tslx/commit/a3f5ad5))

### 🏡 Chore

- Perf code. ([3c863d8](https://github.com/chizukicn/tslx/commit/3c863d8))
- Add git hooks. ([48a2cc0](https://github.com/chizukicn/tslx/commit/48a2cc0))

### ❤️ Contributors

- Chizukicn <[email protected]>

## v0.0.3

[compare changes](https://github.com/chizukicn/tslx/compare/v0.0.2...v0.0.3)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tslx",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"repository": "chizukicn/tslx",
"license": "MIT",
Expand Down Expand Up @@ -56,4 +56,4 @@
"npx eslint --cache --fix"
]
}
}
}

0 comments on commit a410c92

Please sign in to comment.