From b7fc1e06c893faae103a1a19583ff1c67f832eff Mon Sep 17 00:00:00 2001 From: Ivan Alvarez Sabin Date: Mon, 20 Jul 2026 14:55:18 +0200 Subject: [PATCH] chore: set version to 0.0.1 and reset changelog to unreleased Revert the premature 0.1.0 release bump: set version to 0.0.1 and move the initial entries back under Unreleased (no version section or release links) so the next release can be cut cleanly. Signed-off-by: Ivan Alvarez Sabin --- CHANGELOG.md | 5 ----- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e2e25f..c1b09c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,12 +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..f33b424 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.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@inditextech/swagger-ui-plugin-diff-highlight", - "version": "0.1.0", + "version": "0.0.1", "license": "Apache-2.0", "devDependencies": { "@eslint/js": "^9.39.4", diff --git a/package.json b/package.json index c5d3c7c..ba0a515 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.1", "description": "Highlight API changes (added/updated/deleted) inline in swagger-ui-react via a custom diff-highlighting plugin.", "keywords": [ "swagger",