diff --git a/CHANGELOG.md b/CHANGELOG.md index 851a0e7..1809ff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + ## v0.0.3 [compare changes](https://github.com/chizukicn/tslx/compare/v0.0.2...v0.0.3) diff --git a/package.json b/package.json index bb3e487..cc4821d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tslx", - "version": "0.0.3", + "version": "0.0.4", "description": "", "repository": "chizukicn/tslx", "license": "MIT", @@ -56,4 +56,4 @@ "npx eslint --cache --fix" ] } -} +} \ No newline at end of file