Skip to content

Commit 3b6e02b

Browse files
authored
ci(ipa): release IPA package version 2.2.0 (#902)
1 parent fe4c9ba commit 3b6e02b

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
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-
#### [2.1.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v2.0.0...2.1.0)
5+
#### [2.2.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v2.1.0...2.2.0)
6+
7+
- fix(ipa): Add ignore list for nouns in OperationID Validation [`#901`](https://github.com/mongodb/openapi/pull/901)
8+
- feat(ipa): new rule xgen-IPA-117-get-operation-summary-starts-with [`#900`](https://github.com/mongodb/openapi/pull/900)
9+
10+
#### [ipa-validation-ruleset-v2.1.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v2.0.0...ipa-validation-ruleset-v2.1.0)
11+
12+
> 15 August 2025
613
714
- feat(ipa): new rule xgen-IPA-117-operation-summary-format [`#897`](https://github.com/mongodb/openapi/pull/897)
815
- fix(ipa): child path identifiers inherit parent path exceptions [`#896`](https://github.com/mongodb/openapi/pull/896)

tools/spectral/ipa/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Custom validation rules for MongoDB API Standards (IPA).",
55
"keywords": [
66
"mongodb",

0 commit comments

Comments
 (0)