Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c0dfe84115 | |||
| 87c87d6c03 |
@@ -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)
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user