diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f57f8..f67f624 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + ## v0.0.1-15 [compare changes](https://github.com/viarotel-org/cleants/compare/v0.0.1-14...v0.0.1-15) diff --git a/package.json b/package.json index 636f93d..da591d3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cleants", "type": "module", - "version": "0.0.1-15", + "version": "0.0.1-16", "packageManager": "pnpm@9.12.1", "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": {