From b84c94502ce52a35a1d5a3781a30556d64abb7c7 Mon Sep 17 00:00:00 2001 From: Arash Date: Fri, 8 Mar 2024 14:09:46 -0700 Subject: [PATCH] chore(release): v0.0.2 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffb2d36..315eaa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v0.0.2 + +[compare changes](https://github.com/arashsheyda/nuxt-neo4j/compare/v0.0.1...v0.0.2) + +### 🩹 Fixes + +- Resolve defineNitroPlugin is not defined error ([22b1b56](https://github.com/arashsheyda/nuxt-neo4j/commit/22b1b56)) + +### 🏡 Chore + +- Example .env ([3d743cf](https://github.com/arashsheyda/nuxt-neo4j/commit/3d743cf)) + +### ❤️ Contributors + +- Arash + ## v0.0.1 diff --git a/package.json b/package.json index 4cbe9bb..b3a8cb7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-neo4j", "type": "module", - "version": "0.0.1", + "version": "0.0.2", "description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!", "license": "MIT", "repository": "arashsheyda/nuxt-neo4j",