diff --git a/CHANGELOG.md b/CHANGELOG.md index a76f2b2f..2d20b459 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.5.1](https://github.com/nuxt-community/strapi-module/compare/v1.5.0...v1.5.1) (2022-09-05) + + +### Bug Fixes + +* **example:** missing app.vue ([df0f757](https://github.com/nuxt-community/strapi-module/commit/df0f757e3b6b50e457604f76ec974ab79f6f34a1)) + ## [1.5.0](https://github.com/nuxt-community/strapi-module/compare/v1.4.0...v1.5.0) (2022-07-18) diff --git a/package.json b/package.json index cc77e6df..a35755dc 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/strapi", - "version": "1.5.0", + "version": "1.5.1", "description": "Strapi module for Nuxt", "repository": "nuxt-community/strapi-module", "license": "MIT",