Skip to content

Commit 24af385

Browse files
ci(ipa): release new version 2.0.0
1 parent 34ca221 commit 24af385

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

tools/spectral/ipa/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

5-
#### [1.1.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v1.0.0...1.1.0)
5+
#### [2.0.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v1.1.0...2.0.0)
6+
7+
- feat(ipa): new IPA rule xgen-IPA-125-discriminator-must-accompany-oneOf-anyOf-allOf [`#893`](https://github.com/mongodb/openapi/pull/893)
8+
- fix(ipa): include schema descriptions in IPA117 rules [`#895`](https://github.com/mongodb/openapi/pull/895)
9+
10+
#### [ipa-validation-ruleset-v1.1.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v1.0.0...ipa-validation-ruleset-v1.1.0)
11+
12+
> 14 August 2025
613
714
- feat(ipa): New rule xgen-IPA-125-oneOf-schema-property-same-type [`#873`](https://github.com/mongodb/openapi/pull/873)
815

tools/spectral/ipa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/ipa-validation-ruleset",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "Custom validation rules for MongoDB API Standards (IPA).",
55
"keywords": [
66
"mongodb",

0 commit comments

Comments
 (0)