From 54cc1bc363456fc3ecd990dff705c6bff3aa8a6a Mon Sep 17 00:00:00 2001 From: Pascal Martineau Date: Mon, 15 Jun 2026 08:46:25 -0400 Subject: [PATCH] chore(release): v0.0.10 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0200d74..d958a47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.0.10 + +[compare changes](https://gitea.websimple.com/pascalmartineau/wpop/compare/v0.0.9...v0.0.10) + ## 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 ",