diff --git a/CHANGELOG.md b/CHANGELOG.md index fe53a77..4be964f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Project Changelog +# [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) + + +### Bug Fixes + +* **update:** replaced vue files ([7512151](https://github.com/basics/vue-semantic-structure/commit/7512151e2d3f28ca2820e7b375fb26842e0c3d65)) + # [1.0.0-next.10](https://github.com/basics/vue-semantic-structure/compare/v1.0.0-next.9...v1.0.0-next.10) (2024-09-26) diff --git a/package-lock.json b/package-lock.json index 530049c..53ff889 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vue-semantic-structure", - "version": "1.0.0-next.10", + "version": "1.0.0-next.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vue-semantic-structure", - "version": "1.0.0-next.10", + "version": "1.0.0-next.11", "license": "MIT", "devDependencies": { "@commitlint/config-conventional": "19.5.0", diff --git a/package.json b/package.json index 7a8c362..c623868 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-semantic-structure", - "version": "1.0.0-next.10", + "version": "1.0.0-next.11", "description": "Helper for semantic HTML structure.", "license": "MIT", "author": {