diff --git a/CHANGELOG.md b/CHANGELOG.md index 271d6698..b374a35e 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.7.1](https://github.com/nuxt-modules/strapi/compare/v1.7.0...v1.7.1) (2023-01-23) + + +### Bug Fixes + +* **composables:** handle single types ([#310](https://github.com/nuxt-modules/strapi/issues/310)) ([ca5b358](https://github.com/nuxt-modules/strapi/commit/ca5b35887a5ce8b41263260de047adb2bc97b922)) + ## [1.7.0](https://github.com/nuxt-community/strapi-module/compare/v1.6.3...v1.7.0) (2023-01-16) diff --git a/package.json b/package.json index e85b8b91..344e0bba 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/strapi", - "version": "1.7.0", + "version": "1.7.1", "description": "Strapi module for Nuxt", "repository": "nuxt-modules/strapi", "license": "MIT",