From 562afe1e33d068e2e2c5324d36a0c1b565a9ff4b Mon Sep 17 00:00:00 2001 From: Ivan Alvarez Sabin Date: Mon, 20 Jul 2026 14:24:49 +0200 Subject: [PATCH] chore: reset version to 0.0.0 and revert premature 0.1.0 changelog A failed release run pushed a 0.1.0 bump and marked the initial entries as released. Revert to 0.0.0 and move them back under Unreleased so the release can be retried cleanly. Signed-off-by: Ivan Alvarez Sabin --- CHANGELOG.md | 6 ------ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e330608..c1b09c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,13 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.1.0] - 2026-07-20 - ### Added - Initial OSS repository shell. - Original code, including the diff highlighting plugin, and the example React application. - -[Unreleased]: https://github.com/InditexTech/swagger-ui-plugin-diff-highlight/compare/0.1.0...HEAD - -[0.1.0]: https://github.com/InditexTech/swagger-ui-plugin-diff-highlight/releases/tag/0.1.0 diff --git a/package-lock.json b/package-lock.json index b845141..cff4401 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@inditextech/swagger-ui-plugin-diff-highlight", - "version": "0.1.0", + "version": "0.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@inditextech/swagger-ui-plugin-diff-highlight", - "version": "0.1.0", + "version": "0.0.0", "license": "Apache-2.0", "devDependencies": { "@eslint/js": "^9.39.4", diff --git a/package.json b/package.json index c5d3c7c..4d2abdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@inditextech/swagger-ui-plugin-diff-highlight", - "version": "0.1.0", + "version": "0.0.0", "description": "Highlight API changes (added/updated/deleted) inline in swagger-ui-react via a custom diff-highlighting plugin.", "keywords": [ "swagger",