From 6f560c5eb5a5fd98b942ce4fb88aaab8ccd975d9 Mon Sep 17 00:00:00 2001 From: stoplight-bot Date: Thu, 10 Mar 2022 14:40:42 +0000 Subject: [PATCH] chore(release): 1.7.3 [skip ci] # [@stoplight/spectral-ruleset-migrator-v1.7.3](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-ruleset-migrator-v1.7.2...@stoplight/spectral-ruleset-migrator-v1.7.3) (2022-03-10) ### Bug Fixes * **ruleset-migrator:** validate aliases correctly ([#2085](https://github.com/stoplightio/spectral/issues/2085)) ([1f4ab20](https://github.com/stoplightio/spectral/commit/1f4ab208c21c7a1d1263dfd50cc6da658568e871)) --- packages/ruleset-migrator/CHANGELOG.md | 7 +++++++ packages/ruleset-migrator/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/ruleset-migrator/CHANGELOG.md b/packages/ruleset-migrator/CHANGELOG.md index d4b604350..cacc596d9 100644 --- a/packages/ruleset-migrator/CHANGELOG.md +++ b/packages/ruleset-migrator/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@stoplight/spectral-ruleset-migrator-v1.7.3](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-ruleset-migrator-v1.7.2...@stoplight/spectral-ruleset-migrator-v1.7.3) (2022-03-10) + + +### Bug Fixes + +* **ruleset-migrator:** validate aliases correctly ([#2085](https://github.com/stoplightio/spectral/issues/2085)) ([1f4ab20](https://github.com/stoplightio/spectral/commit/1f4ab208c21c7a1d1263dfd50cc6da658568e871)) + # [@stoplight/spectral-ruleset-migrator-v1.7.2](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-ruleset-migrator-v1.7.1...@stoplight/spectral-ruleset-migrator-v1.7.2) (2022-01-26) ### Bug Fixes diff --git a/packages/ruleset-migrator/package.json b/packages/ruleset-migrator/package.json index 2d7095379..388d0c818 100644 --- a/packages/ruleset-migrator/package.json +++ b/packages/ruleset-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/spectral-ruleset-migrator", - "version": "1.7.2", + "version": "1.7.3", "homepage": "https://github.com/stoplightio/spectral", "bugs": "https://github.com/stoplightio/spectral/issues", "author": "Stoplight ",