Skip to content

Commit aa1a2cf

Browse files
committed
chore(release): 3.3.0
1 parent e418cff commit aa1a2cf

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
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.3.0](https://github.com/nuxt-modules/prismic/compare/v3.2.1...v3.3.0) (2024-06-13)
6+
7+
8+
### Features
9+
10+
* ease Nuxt 4 update by removing `app/` prefix from Prismic files ([e0669de](https://github.com/nuxt-modules/prismic/commit/e0669de6601381185cd8c2ec15763ca178780425))
11+
* integrate with `@nuxtjs/eslint`, resolves [#213](https://github.com/nuxt-modules/prismic/issues/213) ([3089cc4](https://github.com/nuxt-modules/prismic/commit/3089cc4c109243d2d52be09e13866b21c1ccee18))
12+
13+
14+
### Chore
15+
16+
* refresh project structure and fully migrate to pnpm ([1833e8e](https://github.com/nuxt-modules/prismic/commit/1833e8e8d934e02bea77d1d67ca246d4282462a4))
17+
18+
19+
### Refactor
20+
21+
* `tsconfig.json` ([494b54a](https://github.com/nuxt-modules/prismic/commit/494b54a41bd1e57517eebd60b873f9dd9badbc64))
22+
* migrate to `memfs` ([3edf88b](https://github.com/nuxt-modules/prismic/commit/3edf88be7c12b904b465c642b1980013437fd4d6))
23+
* use pnpm workspaces ([0e7c98e](https://github.com/nuxt-modules/prismic/commit/0e7c98e406e4a2928e51fcf94d7fae052e1d8a3c))
24+
25+
26+
### Documentation
27+
28+
* fix doc generation ([e418cff](https://github.com/nuxt-modules/prismic/commit/e418cffd806d78ebbadbcf019c46d4f2d30e5446))
29+
* refresh docs ([a9dae6b](https://github.com/nuxt-modules/prismic/commit/a9dae6b4ceecbe1b8ce119ac649825f07f862c59))
30+
* update readme badges ([db3cac6](https://github.com/nuxt-modules/prismic/commit/db3cac62cc57c64c8e3e41541008a66ed518c4af))
31+
532
### [3.2.1](https://github.com/nuxt-modules/prismic/compare/v3.2.0...v3.2.1) (2024-04-09)
633

734

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.1",
3+
"version": "3.3.0",
44
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)