diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eea19a..0f392bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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.2.1](https://github.com/nuxt-modules/prismic/compare/v3.2.0...v3.2.1) (2024-04-09) + + +### Bug Fixes + +* slice machine configuration not loading in production (cjs), fixes: [#212](https://github.com/nuxt-modules/prismic/issues/212) ([a704db2](https://github.com/nuxt-modules/prismic/commit/a704db25d244c20c6240ef293db8c0509d51fafc)) + + +### Documentation + +* use new `nuxi module add` command in installation ([#211](https://github.com/nuxt-modules/prismic/issues/211)) ([67c4991](https://github.com/nuxt-modules/prismic/commit/67c4991bf4399c4f812a5a02eb35452be0e6b7fe)) + + +### Chore + +* **deps:** maintain lock file ([817ad6a](https://github.com/nuxt-modules/prismic/commit/817ad6aea4a9b04eac4c7e4814feca2824411a7d)) + ## [3.2.0](https://github.com/nuxt-modules/prismic/compare/v3.1.1...v3.2.0) (2024-04-08) diff --git a/package-lock.json b/package-lock.json index 430508a..bb78f34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nuxtjs/prismic", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nuxtjs/prismic", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "workspaces": [ "./", diff --git a/package.json b/package.json index a277be4..c1746b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/prismic", - "version": "3.2.0", + "version": "3.2.1", "description": "Easily connect your Nuxt 3 application to your content hosted on Prismic", "keywords": [ "nuxt",