From 48b7ebc40e878e3144f1bbf756537357a7993676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Fri, 7 Oct 2022 19:40:20 +0200 Subject: [PATCH] chore(release): 0.0.8 --- theme/CHANGELOG.md | 2 ++ theme/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/theme/CHANGELOG.md b/theme/CHANGELOG.md index f8c6516..7cf6a4a 100644 --- a/theme/CHANGELOG.md +++ b/theme/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.8](https://github.com/Atinux/content-wind/compare/v0.0.7...v0.0.8) (2022-10-07) + ### [0.0.7](https://github.com/Atinux/content-wind/compare/v0.0.5...v0.0.7) (2022-10-07) diff --git a/theme/package.json b/theme/package.json index 4919585..0cfa2de 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "content-wind", "private": false, - "version": "0.0.7", + "version": "0.0.8", "main": "nuxt.config.ts", "scripts": { "dev": "nuxi dev",