File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11### Changelog  
22
33All 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.
Original file line number Diff line number Diff 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
8686When your PR is approved and merged to main, the package will be automatically published to the NPM registry.
8787
Original file line number Diff line number Diff line change 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"  ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments