Skip to content

Commit

Permalink
chore(release): v0.0.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Oct 16, 2024
1 parent 170d767 commit 10e9e3a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog


## v0.0.1-1


### 🚀 Enhancements

- ✨ Init ([170d767](https://github.com/viarotel-org/cleants/commit/170d767))

### ❤️ Contributors

- Viarotel ([@viarotel-org](http://github.com/viarotel-org))

## v0.0.1-0

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "cleants",
"type": "module",
"version": "0.0.1-0",
"version": "0.0.1-1",
"packageManager": "[email protected]",
"description": "Convert TypeScript to a cleaner JavaScript project",
"description": "🧹 Convert TypeScript to a cleaner JavaScript project",
"author": "viarotel",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"lint:fix": "eslint . --fix",
"dev": "unbuild && npx .",
"build": "unbuild",
"release": "changelogen --release --prerelease && npm publish && git push --follow-tags",
"release": "unbuild && changelogen --release --prerelease && npm publish && git push --follow-tags",
"prepare": "husky install"
},
"dependencies": {
Expand All @@ -56,4 +56,4 @@
"husky": "^9.1.6",
"unbuild": "latest"
}
}
}

0 comments on commit 10e9e3a

Please sign in to comment.