From a78e383b0893c6133eb9a61469e1425c0684a0c8 Mon Sep 17 00:00:00 2001 From: Mitch Chanza Date: Sat, 4 May 2024 18:34:06 +0200 Subject: [PATCH] chore(release): 0.0.13 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09efc71..0d459e7 100644 --- a/CHANGELOG.md +++ b/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.13](https://github.com/mitch1009/witso/compare/nextee@0.0.12...nextee@0.0.13) (2024-05-04) + ### [0.0.12](https://github.com/mitch1009/witso/compare/nextee@0.0.11...nextee@0.0.12) (2024-05-04) ### [0.0.11](https://github.com/mitch1009/witso/compare/nextee@0.0.10...nextee@0.0.11) (2024-05-04) diff --git a/package.json b/package.json index 432a2ad..1e8f94a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextee", - "version": "0.0.12", + "version": "0.0.13", "private": true, "scripts": { "dev": "next dev --port 7766",