diff --git a/CHANGELOG.md b/CHANGELOG.md index 748fcb8..f40f98c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Project Changelog +# [1.0.0-next.6](https://github.com/basics/vue-semantic-structure/compare/v1.0.0-next.5...v1.0.0-next.6) (2024-09-26) + + +### Bug Fixes + +* **publish:** activate publish ([bb68b4c](https://github.com/basics/vue-semantic-structure/commit/bb68b4c3cf7b392053c13d63b7aee9bc34382338)) + # [1.0.0-next.5](https://github.com/basics/vue-semantic-structure/compare/v1.0.0-next.4...v1.0.0-next.5) (2024-09-24) diff --git a/package-lock.json b/package-lock.json index 4854911..cce2712 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vue-semantic-structure", - "version": "1.0.0-next.5", + "version": "1.0.0-next.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vue-semantic-structure", - "version": "1.0.0-next.5", + "version": "1.0.0-next.6", "license": "MIT", "devDependencies": { "@commitlint/config-conventional": "19.5.0", diff --git a/package.json b/package.json index 832850e..a425cac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-semantic-structure", - "version": "1.0.0-next.5", + "version": "1.0.0-next.6", "description": "Helper for semantic HTML structure.", "license": "MIT", "author": {