Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c0dfe84115 | |||
| 87c87d6c03 |
@@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# 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
|
## v0.0.2
|
||||||
|
|
||||||
[compare changes](https://gitea.websimple.com/pascalmartineau/wpop/compare/v0.0.1...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",
|
"name": "@lewebsimple/wpop",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"description": "WordPress operations CLI for Websimple projects.",
|
"description": "WordPress operations CLI for Websimple projects.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Pascal Martineau <pascal@lewebsimple.ca>",
|
"author": "Pascal Martineau <pascal@lewebsimple.ca>",
|
||||||
@@ -17,14 +17,14 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsdown",
|
"build": "tsdown",
|
||||||
"changelog": "changelogen",
|
"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",
|
"dev": "tsx src/cli.ts",
|
||||||
"format:check": "oxfmt . --check",
|
"format:check": "oxfmt . --check",
|
||||||
"format": "oxfmt . --write",
|
"format": "oxfmt . --write",
|
||||||
"lint:fix": "oxlint . --fix",
|
"lint:fix": "oxlint . --fix",
|
||||||
"lint": "oxlint .",
|
"lint": "oxlint .",
|
||||||
"prepare": "husky",
|
"prepare": "husky",
|
||||||
"release": "changelogen --release --push --noAuthors",
|
"release": "pnpm check && changelogen --release --push --noAuthors && pnpm publish",
|
||||||
"typecheck": "tsc -p tsconfig.json --noEmit"
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user