From d6dd651a1f31239c9e4adb526bd5a7f64737a5e6 Mon Sep 17 00:00:00 2001 From: lihbr Date: Mon, 8 Apr 2024 16:03:27 +0200 Subject: [PATCH] chore(release): 3.2.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04e165d..9eea19a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2.0](https://github.com/nuxt-modules/prismic/compare/v3.1.1...v3.2.0) (2024-04-08) + + +### Features + +* devtool integration for slicemachine ([#210](https://github.com/nuxt-modules/prismic/issues/210)) ([a04d52c](https://github.com/nuxt-modules/prismic/commit/a04d52ca9b1600ce7f7ac43aa8586405c9ec0942)) + ### [3.1.1](https://github.com/nuxt-modules/prismic/compare/v3.1.0...v3.1.1) (2024-03-26) diff --git a/package-lock.json b/package-lock.json index f474c3f..fbf8126 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nuxtjs/prismic", - "version": "3.1.1", + "version": "3.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nuxtjs/prismic", - "version": "3.1.1", + "version": "3.2.0", "license": "MIT", "workspaces": [ "./", diff --git a/package.json b/package.json index 410a300..a277be4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/prismic", - "version": "3.1.1", + "version": "3.2.0", "description": "Easily connect your Nuxt 3 application to your content hosted on Prismic", "keywords": [ "nuxt",