From 748f157b597b11b8fc8716a4157d805145cd6693 Mon Sep 17 00:00:00 2001 From: Thorn Walli Date: Fri, 27 Sep 2024 12:00:27 +0200 Subject: [PATCH 1/2] fix(publish): force publish --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index cb83482..8c92ade 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![main][github-workflow-main-src]][github-workflow-main-href] [![next][github-workflow-next-src]][github-workflow-next-href] -[![Sonarcloud Status][sonarcloud-src]][sonarcloud-href] + [![npm version][npm-version-latest-src]][npm-version-latest-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] @@ -53,8 +53,6 @@ Please follow the [📖   **Documentation**](https://basics.github.io/ [github-workflow-next-src]: [github-workflow-next-href]: -[sonarcloud-src]: -[sonarcloud-href]: [license-src]: https://img.shields.io/npm/l/vue-semantic-structure.svg?style=flat-square [license-href]: https://npmjs.com/package/vue-semantic-structure From cc8b688c37bb70c10492b18f13ac078cc824cb29 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 27 Sep 2024 10:01:22 +0000 Subject: [PATCH 2/2] chore(release): 1.0.0-next.15 [skip ci] # [1.0.0-next.15](https://github.com/basics/vue-semantic-structure/compare/v1.0.0-next.14...v1.0.0-next.15) (2024-09-27) ### Bug Fixes * **publish:** force publish ([748f157](https://github.com/basics/vue-semantic-structure/commit/748f157b597b11b8fc8716a4157d805145cd6693)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1583341..c8451d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Project Changelog +# [1.0.0-next.15](https://github.com/basics/vue-semantic-structure/compare/v1.0.0-next.14...v1.0.0-next.15) (2024-09-27) + + +### Bug Fixes + +* **publish:** force publish ([748f157](https://github.com/basics/vue-semantic-structure/commit/748f157b597b11b8fc8716a4157d805145cd6693)) + # [1.0.0-next.14](https://github.com/basics/vue-semantic-structure/compare/v1.0.0-next.13...v1.0.0-next.14) (2024-09-27) diff --git a/package-lock.json b/package-lock.json index b4f74fa..ea85c5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vue-semantic-structure", - "version": "1.0.0-next.14", + "version": "1.0.0-next.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vue-semantic-structure", - "version": "1.0.0-next.14", + "version": "1.0.0-next.15", "license": "MIT", "devDependencies": { "@commitlint/config-conventional": "19.5.0", diff --git a/package.json b/package.json index 84d6065..17c4d48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-semantic-structure", - "version": "1.0.0-next.14", + "version": "1.0.0-next.15", "description": "Helper for semantic HTML structure.", "homepage": "https://basics.github.io/vue-semantic-structure", "license": "MIT",