From b820a1a44c9454fd17dfd16d9f040a72a069f443 Mon Sep 17 00:00:00 2001 From: Lovisa Berggren Date: Wed, 27 Aug 2025 18:14:39 +0100 Subject: [PATCH] ci(ipa): release new version 3.3.0 --- tools/spectral/ipa/CHANGELOG.md | 9 ++++++++- tools/spectral/ipa/package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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",