Skip to content

Commit 8d4d3f7

Browse files
committed
chore(release): 3.2.1
1 parent a704db2 commit 8d4d3f7

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
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.
44

5+
### [3.2.1](https://github.com/nuxt-modules/prismic/compare/v3.2.0...v3.2.1) (2024-04-09)
6+
7+
8+
### Bug Fixes
9+
10+
* 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))
11+
12+
13+
### Documentation
14+
15+
* 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))
16+
17+
18+
### Chore
19+
20+
* **deps:** maintain lock file ([817ad6a](https://github.com/nuxt-modules/prismic/commit/817ad6aea4a9b04eac4c7e4814feca2824411a7d))
21+
522
## [3.2.0](https://github.com/nuxt-modules/prismic/compare/v3.1.1...v3.2.0) (2024-04-08)
623

724

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/prismic",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Easily connect your Nuxt 3 application to your content hosted on Prismic",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)