diff --git a/CHANGELOG.md b/CHANGELOG.md index 2295cbf..4c7a80e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,31 @@ # Changelog +## v0.0.4 + +[compare changes](https://github.com/arashsheyda/nuxt-neo4j/compare/v0.0.3...v0.0.4) + +### 🚀 Enhancements + +- Nuxt devtools support ([a956963](https://github.com/arashsheyda/nuxt-neo4j/commit/a956963)) + +### 🩹 Fixes + +- Improve logs ([c7752ab](https://github.com/arashsheyda/nuxt-neo4j/commit/c7752ab)) +- Improve types ([eb99f01](https://github.com/arashsheyda/nuxt-neo4j/commit/eb99f01)) + +### 💅 Refactors + +- Use build transpile ([26728d5](https://github.com/arashsheyda/nuxt-neo4j/commit/26728d5)) + +### 🏡 Chore + +- Update features ([2b8981a](https://github.com/arashsheyda/nuxt-neo4j/commit/2b8981a)) + +### ❤️ Contributors + +- Arash + ## v0.0.3 [compare changes](https://github.com/arashsheyda/nuxt-neo4j/compare/v0.0.2...v0.0.3) diff --git a/package.json b/package.json index fa5a1e3..53b3946 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-neo4j", "type": "module", - "version": "0.0.3", + "version": "0.0.4", "description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!", "license": "MIT", "repository": "arashsheyda/nuxt-neo4j",