2 Commits

Author SHA1 Message Date
c0dfe84115 chore(release): v0.0.3 2026-05-20 13:40:30 -04:00
87c87d6c03 chore: check and publish on release 2026-05-20 13:40:17 -04:00
2 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## v0.0.3
[compare changes](https://gitea.websimple.com/pascalmartineau/wpop/compare/v0.0.2...v0.0.3)
### 🏡 Chore
- Check and publish on release (87c87d6)
## v0.0.2
[compare changes](https://gitea.websimple.com/pascalmartineau/wpop/compare/v0.0.1...v0.0.2)

View File

@@ -1,6 +1,6 @@
{
"name": "@lewebsimple/wpop",
"version": "0.0.2",
"version": "0.0.3",
"description": "WordPress operations CLI for Websimple projects.",
"license": "MIT",
"author": "Pascal Martineau <pascal@lewebsimple.ca>",
@@ -17,14 +17,14 @@
"scripts": {
"build": "tsdown",
"changelog": "changelogen",
"check": "npm run format:check && npm run lint && npm run typecheck",
"check": "pnpm run format:check && pnpm run lint && pnpm run typecheck",
"dev": "tsx src/cli.ts",
"format:check": "oxfmt . --check",
"format": "oxfmt . --write",
"lint:fix": "oxlint . --fix",
"lint": "oxlint .",
"prepare": "husky",
"release": "changelogen --release --push --noAuthors",
"release": "pnpm check && changelogen --release --push --noAuthors && pnpm publish",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {