diff --git a/CHANGELOG.md b/CHANGELOG.md index 315eaa5..2295cbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog +## v0.0.3 + +[compare changes](https://github.com/arashsheyda/nuxt-neo4j/compare/v0.0.2...v0.0.3) + +### 🩹 Fixes + +- UseDrive runtimeConfig ([f86df01](https://github.com/arashsheyda/nuxt-neo4j/commit/f86df01)) +- UseDrive runtimeConfig #2 ([#2](https://github.com/arashsheyda/nuxt-neo4j/issues/2)) + +### 🏡 Chore + +- Lint ([12976e6](https://github.com/arashsheyda/nuxt-neo4j/commit/12976e6)) + +### ❤️ Contributors + +- Arash ([@arashsheyda](http://github.com/arashsheyda)) + ## v0.0.2 [compare changes](https://github.com/arashsheyda/nuxt-neo4j/compare/v0.0.1...v0.0.2) diff --git a/package.json b/package.json index aac2e1b..5ab2e88 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-neo4j", "type": "module", - "version": "0.0.2", + "version": "0.0.3", "description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!", "license": "MIT", "repository": "arashsheyda/nuxt-neo4j", @@ -41,4 +41,4 @@ "eslint": "^8.57.0", "nuxt": "^3.10.3" } -} +} \ No newline at end of file