From 00e9da01c272ed2df93c827c5156206da955ed69 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 27 Sep 2022 16:26:44 +0200 Subject: [PATCH] chore(release): 1.6.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d20b459..52f6a9ff 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.6.0](https://github.com/nuxt-community/strapi-module/compare/v1.5.1...v1.6.0) (2022-09-27) + + +### Features + +* add `useStrapi` composable with correct types ([#279](https://github.com/nuxt-community/strapi-module/issues/279)) ([43f76a7](https://github.com/nuxt-community/strapi-module/commit/43f76a721451376a5d3285e70b99ce55ddb7925c)) + ### [1.5.1](https://github.com/nuxt-community/strapi-module/compare/v1.5.0...v1.5.1) (2022-09-05) diff --git a/package.json b/package.json index 30ca2b61..0d0719fa 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/strapi", - "version": "1.5.1", + "version": "1.6.0", "description": "Strapi module for Nuxt", "repository": "nuxt-community/strapi-module", "license": "MIT",