Skip to content

Commit c4b7b87

Browse files
ci(ipa): release new version 1.0.0
1 parent e286298 commit c4b7b87

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

tools/spectral/ipa/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
11
### Changelog
22

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
4+
5+
#### [1.0.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v0.0.1...1.0.0)
6+
7+
- ci(ipa): use release tags for IPA ruleset [`#889`](https://github.com/mongodb/openapi/pull/889)
8+
- fix(ipa): Validate both inline and reusable enums [`#890`](https://github.com/mongodb/openapi/pull/890)
9+
- feat(ipa): error on unneeded exceptions IPA 117-126 [`#881`](https://github.com/mongodb/openapi/pull/881)
10+
- feat(ipa): error on unneeded exceptions IPA 108-114 [`#880`](https://github.com/mongodb/openapi/pull/880)
11+
- feat(ipa): error on unneeded exceptions IPA 105-107 [`#878`](https://github.com/mongodb/openapi/pull/878)
12+
- feat(ipa): error on unneeded exceptions IPA 005-104 [`#877`](https://github.com/mongodb/openapi/pull/877)
13+
- docs(ipa): update ipa readme [`#876`](https://github.com/mongodb/openapi/pull/876)
14+
15+
<!-- auto-changelog-above -->
16+
17+
#### ipa-validation-ruleset-v0.0.1
18+
19+
> 8 August 2025
20+
21+
First release of IPA Validation Ruleset package.

tools/spectral/ipa/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ A new version of the IPA package will be released when the version in the packag
8181
- patch (0.0.X) - Backwards-compatible bug fixes
8282
- [ ] Update the version number in package.json
8383
- [ ] Run `npm run gen-ipa-changelog` and commit the changes. The changelog must be updated alongside a new release.
84-
- [ ] Open a PR and ensure the title is conventional and scoped to IPA (ie: `ci(ipa): release new version`)
84+
- [ ] Open a PR and ensure the title is conventional and scoped to IPA (ie: `ci(ipa): release new version x.x.x`)
8585

8686
When your PR is approved and merged to main, the package will be automatically published to the NPM registry.
8787

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

0 commit comments

Comments
 (0)