diff --git a/tools/spectral/ipa/CHANGELOG.md b/tools/spectral/ipa/CHANGELOG.md index 205da9ef73..8acbe0431b 100644 --- a/tools/spectral/ipa/CHANGELOG.md +++ b/tools/spectral/ipa/CHANGELOG.md @@ -2,7 +2,14 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. -#### [5.0.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v4.0.0...5.0.0) +#### [6.0.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v5.0.0...6.0.0) + +- fix(ipa): Remove temporary overrides from Spectral file [`#954`](https://github.com/mongodb/openapi/pull/954) +- feat(ipa): Upgrade warning-level rules to the error level [`#952`](https://github.com/mongodb/openapi/pull/952) + +### [ipa-validation-ruleset-v5.0.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v4.0.0...ipa-validation-ruleset-v5.0.0) + +> 5 September 2025 - fix(ipa): Fix IPA005 rule to allow camel case and numbers in rule name [`#940`](https://github.com/mongodb/openapi/pull/940) diff --git a/tools/spectral/ipa/package.json b/tools/spectral/ipa/package.json index 172b56ed33..ba3a33a0b9 100644 --- a/tools/spectral/ipa/package.json +++ b/tools/spectral/ipa/package.json @@ -1,6 +1,6 @@ { "name": "@mongodb-js/ipa-validation-ruleset", - "version": "5.0.0", + "version": "6.0.0", "description": "Custom validation rules for MongoDB API Standards (IPA).", "keywords": [ "mongodb",