diff --git a/tools/spectral/ipa/CHANGELOG.md b/tools/spectral/ipa/CHANGELOG.md index ad00b7189f..3b4f424a14 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. -#### [2.3.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v2.2.0...2.3.0) +#### [3.3.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v2.3.0...3.3.0) + +- fix(ipa): Handle abbreviations/numbers in op ID rules [`#927`](https://github.com/mongodb/openapi/pull/927) +- fix(ipa): exception reason formatting [`#918`](https://github.com/mongodb/openapi/pull/918) + +#### [ipa-validation-ruleset-v2.3.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v2.2.0...ipa-validation-ruleset-v2.3.0) + +> 22 August 2025 - fix(ipa): use rule name from function input instead of hard coded name [`#914`](https://github.com/mongodb/openapi/pull/914) - feat(ipa): new rule xgen-IPA-117-operation-summary-single-item-wording [`#913`](https://github.com/mongodb/openapi/pull/913) diff --git a/tools/spectral/ipa/package.json b/tools/spectral/ipa/package.json index 18dc08e66a..81f4c63f39 100644 --- a/tools/spectral/ipa/package.json +++ b/tools/spectral/ipa/package.json @@ -1,6 +1,6 @@ { "name": "@mongodb-js/ipa-validation-ruleset", - "version": "2.3.0", + "version": "3.3.0", "description": "Custom validation rules for MongoDB API Standards (IPA).", "keywords": [ "mongodb",