diff --git a/CHANGELOG.md b/CHANGELOG.md index e123218..b9f591c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## v0.0.12 + +[compare changes](https://github.com/fumeapp/nuxt-api-utils/compare/v0.0.11...v0.0.12) + ## v0.0.11 [compare changes](https://github.com/fumeapp/nuxt-api-utils/compare/v0.0.10...v0.0.11) diff --git a/package.json b/package.json index 3194428..e12c6b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-api-utils", - "version": "0.0.11", + "version": "0.0.12", "description": "Add model binding and other api utils to your nuxt server", "repository": { "type": "git",