diff --git a/CHANGELOG.md b/CHANGELOG.md index 4be964f..891e2dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Project Changelog +# [1.0.0-next.12](https://github.com/basics/vue-semantic-structure/compare/v1.0.0-next.11...v1.0.0-next.12) (2024-09-27) + + +### Bug Fixes + +* **naming:** fix naming… ([2838031](https://github.com/basics/vue-semantic-structure/commit/28380314724c54e8e6a4751759cb6eb95b19d206)) + # [1.0.0-next.11](https://github.com/basics/vue-semantic-structure/compare/v1.0.0-next.10...v1.0.0-next.11) (2024-09-27) diff --git a/package-lock.json b/package-lock.json index 53ff889..9d6f009 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vue-semantic-structure", - "version": "1.0.0-next.11", + "version": "1.0.0-next.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vue-semantic-structure", - "version": "1.0.0-next.11", + "version": "1.0.0-next.12", "license": "MIT", "devDependencies": { "@commitlint/config-conventional": "19.5.0", diff --git a/package.json b/package.json index c623868..2692822 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-semantic-structure", - "version": "1.0.0-next.11", + "version": "1.0.0-next.12", "description": "Helper for semantic HTML structure.", "license": "MIT", "author": {