diff --git a/CHANGELOG.md b/CHANGELOG.md index 303e090..989bad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.2](https://github.com/lenneTech/nuxt-base-starter/compare/v0.2.1...v0.2.2) (2024-02-19) + + +### Features + +* update packages ([442eb2d](https://github.com/lenneTech/nuxt-base-starter/commit/442eb2d83ba0c01159440685d7dbcc63aefb08e6)) + + +### Bug Fixes + +* fix missing div before layout to prevent errors ([626dc2b](https://github.com/lenneTech/nuxt-base-starter/commit/626dc2b82e7c955eda57572ec59b14a5049b4bd5)) + ### [0.2.1](https://github.com/lenneTech/nuxt-base-starter/compare/v0.2.0...v0.2.1) (2024-02-02) ## [0.2.0](https://github.com/lenneTech/nuxt-base-starter/compare/v0.1.23...v0.2.0) (2024-02-02) diff --git a/package-lock.json b/package-lock.json index 9fbea3d..f401b98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-nuxt-base", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "create-nuxt-base", - "version": "0.2.1", + "version": "0.2.2", "license": "MIT", "dependencies": { "cross-spawn": "7.0.3", diff --git a/package.json b/package.json index 74014ce..f6f2a79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-nuxt-base", - "version": "0.2.1", + "version": "0.2.2", "description": "Starter to generate a configured environment with VueJS, Nuxt, Tailwind, Eslint, @lenne.tech/nuxt-base, Unit Tests, Cypress etc.", "main": "index.js", "bin": {