chore(release): v0.0.2

This commit is contained in:
2026-05-20 13:38:05 -04:00
parent 503a9cbdc6
commit 1e6a29c459
2 changed files with 13 additions and 1 deletions

View File

@@ -1,5 +1,17 @@
# Changelog
## v0.0.2
[compare changes](https://gitea.websimple.com/pascalmartineau/wpop/compare/v0.0.1...v0.0.2)
### 🚀 Enhancements
- Implement deploy command with SSH support and context management (52ce8bc)
- Bundler with tsdown (9d2d5d2)
- Add deploy command options for component inclusion and enhance deployment logic (de6fc19)
- Add CLAUDE.md for project guidance and command documentation (ab0da30)
- Enhance deployment process with improved error handling and logging (e3ac729)
## v0.0.1
### 🚀 Enhancements

View File

@@ -1,6 +1,6 @@
{
"name": "@lewebsimple/wpop",
"version": "0.0.1",
"version": "0.0.2",
"description": "WordPress operations CLI for Websimple projects.",
"license": "MIT",
"author": "Pascal Martineau <pascal@lewebsimple.ca>",