From 8bc04c6ae5c5e350a978fbdaec6c6f9da1446642 Mon Sep 17 00:00:00 2001 From: Lovisa Berggren Date: Thu, 14 Aug 2025 14:06:58 +0100 Subject: [PATCH] ci(ipa): release new version 1.1.0 --- tools/spectral/ipa/CHANGELOG.md | 8 +++++++- tools/spectral/ipa/package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/tools/spectral/ipa/CHANGELOG.md b/tools/spectral/ipa/CHANGELOG.md index 4641ccf51c..c3d1327b14 100644 --- a/tools/spectral/ipa/CHANGELOG.md +++ b/tools/spectral/ipa/CHANGELOG.md @@ -2,7 +2,13 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. -#### [1.0.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v0.0.1...1.0.0) +#### [1.1.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v1.0.0...1.1.0) + +- feat(ipa): New rule xgen-IPA-125-oneOf-schema-property-same-type [`#873`](https://github.com/mongodb/openapi/pull/873) + +### [ipa-validation-ruleset-v1.0.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v0.0.1...ipa-validation-ruleset-v1.0.0) + +> 13 August 2025 - fix(ipa): Validate both inline and reusable enums [`#890`](https://github.com/mongodb/openapi/pull/890) - feat(ipa): error on unneeded exceptions IPA 117-126 [`#881`](https://github.com/mongodb/openapi/pull/881) diff --git a/tools/spectral/ipa/package.json b/tools/spectral/ipa/package.json index d0e93f3e6d..cc60748482 100644 --- a/tools/spectral/ipa/package.json +++ b/tools/spectral/ipa/package.json @@ -1,6 +1,6 @@ { "name": "@mongodb-js/ipa-validation-ruleset", - "version": "1.0.0", + "version": "1.1.0", "description": "Custom validation rules for MongoDB API Standards (IPA).", "keywords": [ "mongodb",