diff --git a/CHANGELOG.md b/CHANGELOG.md index 13ae6f4..ac54067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.1.22](https://github.com/lenneTech/nuxt-base-starter/compare/v0.1.21...v0.1.22) (2023-10-21) + ### [0.1.21](https://github.com/lenneTech/nuxt-base-starter/compare/v0.1.20...v0.1.21) (2023-10-19) ### [0.1.20](https://github.com/lenneTech/nuxt-base-starter/compare/v0.1.19...v0.1.20) (2023-07-03) diff --git a/package-lock.json b/package-lock.json index 89a1c15..a3fca23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-nuxt-base", - "version": "0.1.21", + "version": "0.1.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "create-nuxt-base", - "version": "0.1.21", + "version": "0.1.22", "license": "MIT", "dependencies": { "cross-spawn": "7.0.3", diff --git a/package.json b/package.json index fb34cec..dbb8c9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-nuxt-base", - "version": "0.1.21", + "version": "0.1.22", "description": "Starter to generate a configured environment with VueJS, Nuxt, Tailwind, Eslint, @lenne.tech/nuxt-base, Unit Tests, Cypress etc.", "main": "index.js", "bin": {