diff --git a/CHANGELOG.md b/CHANGELOG.md index 0200d74..84c9c78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v0.0.10 + +[compare changes](https://gitea.websimple.com/pascalmartineau/wpop/compare/v0.0.9...v0.0.10) + +### 🚀 Enhancements + +- Ignore missing gitea repo in provision (ff0c257) + ## v0.0.9 [compare changes](https://gitea.websimple.com/pascalmartineau/wpop/compare/v0.0.8...v0.0.9) diff --git a/package.json b/package.json index 7c0a363..efa956f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lewebsimple/wpop", - "version": "0.0.9", + "version": "0.0.10", "description": "WordPress operations CLI for Websimple projects.", "license": "MIT", "author": "Pascal Martineau ",