diff --git a/CHANGELOG.md b/CHANGELOG.md index b00411a..40d2055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 1d17c6c..9dee0fa 100644 --- a/package.json +++ b/package.json @@ -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 ",