-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
viarotel
committed
Oct 17, 2024
1 parent
edcc23d
commit 779d455
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,18 @@ | ||
# Changelog | ||
|
||
|
||
## v0.0.1-16 | ||
|
||
[compare changes](https://github.com/viarotel-org/cleants/compare/v0.0.1-15...v0.0.1-16) | ||
|
||
### 🏡 Chore | ||
|
||
- **release:** V0.0.1-15 ([edcc23d](https://github.com/viarotel-org/cleants/commit/edcc23d)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Viarotel <[email protected]> | ||
|
||
## v0.0.1-15 | ||
|
||
[compare changes](https://github.com/viarotel-org/cleants/compare/v0.0.1-14...v0.0.1-15) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "cleants", | ||
"type": "module", | ||
"version": "0.0.1-15", | ||
"version": "0.0.1-16", | ||
"packageManager": "[email protected]", | ||
"description": "🧹 Convert TypeScript to a cleaner JavaScript project", | ||
"author": "viarotel", | ||
|
@@ -38,7 +38,7 @@ | |
"lint:fix": "eslint . --fix", | ||
"dev": "unbuild && npx .", | ||
"build": "unbuild", | ||
"release": "unbuild && changelogen --release --prerelease && git push --follow-tags && npm publish", | ||
"release": "unbuild && changelogen --release --prerelease && npm publish && git push --follow-tags", | ||
"prepare": "husky install" | ||
}, | ||
"dependencies": { | ||
|