diff --git a/CHANGELOG.md b/CHANGELOG.md index c5969a3..b00411a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 7f15506..99ec4ab 100644 --- a/package.json +++ b/package.json @@ -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 ",