From 873f39cf4f17ea88e0141008664f241276d9dd3b Mon Sep 17 00:00:00 2001 From: lihbr Date: Mon, 5 Jun 2023 17:22:31 +0200 Subject: [PATCH] chore(release): 3.0.0-rc.9 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d42f4bc..e818f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.0.0-rc.9](https://github.com/nuxt-modules/prismic/compare/v3.0.0-rc.8...v3.0.0-rc.9) (2023-06-05) + + +### Bug Fixes + +* **vite:** exclude `@prismicio/vue` from pre-bundling ([b95dca2](https://github.com/nuxt-modules/prismic/commit/b95dca2bab294a81f5673ecd008bf27057d76d49)) + + +### Documentation + +* fix changelog ([aa5b0fa](https://github.com/nuxt-modules/prismic/commit/aa5b0fa0bde555a05126ac0b5aad9baef3df437d)) + ## [3.0.0-rc.8](https://github.com/nuxt-modules/prismic/compare/v3.0.0-rc.7...v3.0.0-rc.8) (2023-06-02) diff --git a/package-lock.json b/package-lock.json index 54996bb..00002ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nuxtjs/prismic", - "version": "3.0.0-rc.8", + "version": "3.0.0-rc.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nuxtjs/prismic", - "version": "3.0.0-rc.8", + "version": "3.0.0-rc.9", "license": "MIT", "dependencies": { "@nuxt/kit": "^3.5.2", diff --git a/package.json b/package.json index 60d941c..84c92f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/prismic", - "version": "3.0.0-rc.8", + "version": "3.0.0-rc.9", "description": "Easily connect your Nuxt 3 application to your content hosted on Prismic", "keywords": [ "nuxt",