diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f574f9..5503099 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [3.0.3](https://github.com/nuxt-modules/prismic/compare/v3.0.2...v3.0.3) (2023-09-26) + + +### Chore + +* **deps:** maintain dependencies ([f293530](https://github.com/nuxt-modules/prismic/commit/f293530aafdb1cc6c839e80d79325a166b5f72cb)) + ### [3.0.2](https://github.com/nuxt-modules/prismic/compare/v3.0.1...v3.0.2) (2023-09-18) diff --git a/package-lock.json b/package-lock.json index d1e3e31..9e4ae23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nuxtjs/prismic", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nuxtjs/prismic", - "version": "3.0.2", + "version": "3.0.3", "license": "MIT", "dependencies": { "@nuxt/kit": "^3.7.4", diff --git a/package.json b/package.json index dd64ddc..ce09d75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/prismic", - "version": "3.0.2", + "version": "3.0.3", "description": "Easily connect your Nuxt 3 application to your content hosted on Prismic", "keywords": [ "nuxt", @@ -73,4 +73,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +}