Skip to content

Commit

Permalink
Bump rulesets version for AvoidMsdnReferences (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder authored Jan 15, 2025
1 parent 551beb2 commit 34a79c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion packages/rulesets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @microsoft.azure/openapi-validator-rulesets

This log was last generated on Thu, 01 Feb 2024 23:08:29 GMT and should not be manually modified.
## 2.1.4
Tue, 14 Feb 2025 19:10:00 GMT

### Patches

- [AvoidMsdnReferences] Disallow "docs.microsoft.com", recommend "learn.microsft.com"

## 1.3.4
Thu, 01 Feb 2024 23:08:29 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/rulesets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft.azure/openapi-validator-rulesets",
"version": "2.1.3",
"version": "2.1.4",
"description": "Azure OpenAPI Validator",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -86,4 +86,4 @@
"^@stoplight/spectral-ruleset-bundler/(.*)$": "<rootDir>/node_modules/@stoplight/spectral-ruleset-bundler/dist/$1"
}
}
}
}

0 comments on commit 34a79c5

Please # to comment.