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",