diff --git a/CHANGELOG.md b/CHANGELOG.md index d6c58c7..22e386a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v0.0.7 + +[compare changes](https://gitea.websimple.com/pascalmartineau/wpop/compare/v0.0.6...v0.0.7) + +### 🩹 Fixes + +- Local site url from env + cwd (f648583) + ## v0.0.6 [compare changes](https://gitea.websimple.com/pascalmartineau/wpop/compare/v0.0.5...v0.0.6) diff --git a/package.json b/package.json index 2fb794c..0b6f32f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lewebsimple/wpop", - "version": "0.0.6", + "version": "0.0.7", "description": "WordPress operations CLI for Websimple projects.", "license": "MIT", "author": "Pascal Martineau ",