From ff1123032292b86df25206257078c4ecbd96f364 Mon Sep 17 00:00:00 2001 From: Wouter Vernaillen Date: Wed, 8 May 2024 17:41:31 +0200 Subject: [PATCH] chore(release): release v0.3.9 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 369eaf4..97761dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v0.3.9 + +[compare changes](https://github.com/vernaillen/wpnuxt-module/compare/v0.3.8...v0.3.9) + +### 🏡 Chore + +- **release:** V0.3.8 ([d508794](https://github.com/vernaillen/wpnuxt-module/commit/d508794)) + +### ❤️ Contributors + +- Wouter Vernaillen + ## v0.3.8 [compare changes](https://github.com/vernaillen/wpnuxt-module/compare/v0.3.7...v0.3.8) diff --git a/package.json b/package.json index bb51ba5..70ae8f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vernaillen/wpnuxt", - "version": "0.3.8", + "version": "0.3.9", "description": "WPNuxt", "repository": "vernaillen/wpnuxt-module", "license": "MIT",