Skip to content

Commit

Permalink
chore(release): v0.0.1-16
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Oct 17, 2024
1 parent edcc23d commit 779d455
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
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)
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": "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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 779d455

Please sign in to comment.