From 81655d228785e26ddf158a8f576178fadd3be00f Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 26 May 2023 22:37:16 +0200 Subject: [PATCH] chore(release): 1.9.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16eaaa6b..7d9ba14e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [1.9.2](https://github.com/nuxt-modules/strapi/compare/v1.9.1...v1.9.2) (2023-05-26) + ### [1.9.1](https://github.com/nuxt-modules/strapi/compare/v1.9.0...v1.9.1) (2023-04-20) diff --git a/package.json b/package.json index 6bc08d43..5808cce6 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/strapi", - "version": "1.9.1", + "version": "1.9.2", "description": "Strapi module for Nuxt", "repository": "nuxt-modules/strapi", "license": "MIT",