Skip to content

Commit f3e68b4

Browse files
committed
chore(release): 3.0.0-alpha.1
1 parent c1f23a1 commit f3e68b4

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.0.0-alpha.1](https://github.com/nuxt-community/prismic-module/compare/v3.0.0-alpha.0...v3.0.0-alpha.1) (2022-02-21)
6+
7+
8+
### Features
9+
10+
* use nuxt component auto import ([c1f23a1](https://github.com/nuxt-community/prismic-module/commit/c1f23a146e6a30f35d0aa3b9d91ccc549c3eb539))
11+
12+
13+
### Documentation
14+
15+
* `buildModules` is deprecated actually ([e818e47](https://github.com/nuxt-community/prismic-module/commit/e818e47cd1a0cc8c5f14a5d79874a645002c94ea))
16+
517
## [3.0.0-alpha.0](https://github.com/nuxt-community/prismic-module/compare/v1.3.2...v3.0.0-alpha.0) (2022-02-16)
618

719

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

0 commit comments

Comments
 (0)