diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a25285..ec73405 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. +### [0.2.7](https://github.com/lenneTech/nuxt-base-starter/compare/v0.2.6...v0.2.7) (2024-09-05) + + +### Features + +* update packages ([cc016ed](https://github.com/lenneTech/nuxt-base-starter/commit/cc016ed1e492cc0209f657ff58cdd0bdb8f22c58)) + ### [0.2.6](https://github.com/lenneTech/nuxt-base-starter/compare/v0.2.5...v0.2.6) (2024-09-02) diff --git a/package-lock.json b/package-lock.json index e082ec9..f9bc77d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-nuxt-base", - "version": "0.2.6", + "version": "0.2.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "create-nuxt-base", - "version": "0.2.6", + "version": "0.2.7", "license": "MIT", "dependencies": { "cross-spawn": "7.0.3", diff --git a/package.json b/package.json index 8630966..2177a22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-nuxt-base", - "version": "0.2.6", + "version": "0.2.7", "description": "Starter to generate a configured environment with VueJS, Nuxt, Tailwind, Eslint, @lenne.tech/nuxt-base, Unit Tests, Cypress etc.", "main": "index.js", "bin": {