diff --git a/CHANGELOG.md b/CHANGELOG.md index 853cdbb..0e135ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Project Changelog +# [1.0.0-next.9](https://github.com/basics/vue-semantic-structure/compare/v1.0.0-next.8...v1.0.0-next.9) (2024-09-26) + + +### Bug Fixes + +* **build:** update build config ([0846c10](https://github.com/basics/vue-semantic-structure/commit/0846c10404beb7eb865fb494d0e73007562305ef)) + # [1.0.0-next.8](https://github.com/basics/vue-semantic-structure/compare/v1.0.0-next.7...v1.0.0-next.8) (2024-09-26) diff --git a/package-lock.json b/package-lock.json index 35966de..254d1d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vue-semantic-structure", - "version": "1.0.0-next.8", + "version": "1.0.0-next.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vue-semantic-structure", - "version": "1.0.0-next.8", + "version": "1.0.0-next.9", "license": "MIT", "devDependencies": { "@commitlint/config-conventional": "19.5.0", diff --git a/package.json b/package.json index d82df9b..1184383 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-semantic-structure", - "version": "1.0.0-next.8", + "version": "1.0.0-next.9", "description": "Helper for semantic HTML structure.", "license": "MIT", "author": {