Skip to content

Commit 2c9bf4e

Browse files
committed
chore(release): 3.0.0-rc.1
1 parent 233eb3a commit 2c9bf4e

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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-rc.1](https://github.com/nuxt-modules/prismic/compare/v3.0.0-rc.0...v3.0.0-rc.1) (2022-09-05)
6+
7+
8+
### Documentation
9+
10+
* fix meta ([a7ec956](https://github.com/nuxt-modules/prismic/commit/a7ec956a2aff17f4aa1b86fa10ec1a5102a19c46))
11+
12+
13+
### Chore
14+
15+
* enable prerelease support ([233eb3a](https://github.com/nuxt-modules/prismic/commit/233eb3a5ae5bf8cd37ec0001be3abf6c9439bd6f))
16+
* GitHub org change ([70dbd28](https://github.com/nuxt-modules/prismic/commit/70dbd28257f9bf4518000f4c610383adad4070a4))
17+
518
## [3.0.0-rc.0](https://github.com/nuxt-modules/prismic/compare/v3.0.0-alpha.10...v3.0.0-rc.0) (2022-07-18)
619

720
### Features

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

0 commit comments

Comments
 (0)