From adb6861dbf5c100be9d84195ff007203d4e7af41 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 16 Feb 2023 15:59:01 +0100 Subject: [PATCH] chore(release): 1.8.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e74d088..67368517 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. +### [1.8.1](https://github.com/nuxt-modules/strapi/compare/v1.8.0...v1.8.1) (2023-02-16) + + +### Bug Fixes + +* **deps:** add missing ([3818bff](https://github.com/nuxt-modules/strapi/commit/3818bffba519c636cfd9897f385ec548ed1819f6)) + ## [1.8.0](https://github.com/nuxt-modules/strapi/compare/v1.7.1...v1.8.0) (2023-02-16) diff --git a/package.json b/package.json index 5fd22a3a..eee10a19 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/strapi", - "version": "1.8.0", + "version": "1.8.1", "description": "Strapi module for Nuxt", "repository": "nuxt-modules/strapi", "license": "MIT",