From 00b0308e3a947b6aa5edcef59add6a35bca28fc6 Mon Sep 17 00:00:00 2001 From: stoplight-bot Date: Wed, 13 Nov 2024 20:47:50 +0000 Subject: [PATCH] chore(release): 1.11.1 [skip ci] ## [1.11.1](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-ruleset-migrator-1.11.0...@stoplight/spectral-ruleset-migrator-1.11.1) (2024-11-13) ### Bug Fixes * **cli:** trigger docker release ([920f7b5](https://github.com/stoplightio/spectral/commit/920f7b5b70d89ae4d0a3378602c2fc8ec81a3ebf)) * **cli:** update dependencies and trigger docker release ([c87eacf](https://github.com/stoplightio/spectral/commit/c87eacff7c6d97ec139cc66623e4b0b27158a0cc)) * **core:** require new formats version ([#2725](https://github.com/stoplightio/spectral/issues/2725)) ([8ec328f](https://github.com/stoplightio/spectral/commit/8ec328fe68e42519cea1d6afedc4eb309a2c121c)) * **formats:** update spectral core version ([6b196da](https://github.com/stoplightio/spectral/commit/6b196dac0a91f433aaf8cff3bbf889f23c31b0ab)) * **formatters:** update spectral core to latest version ([8a382f4](https://github.com/stoplightio/spectral/commit/8a382f4c40cdd2089e3404668c30552300be94eb)) * **functions:** update spectral core to latest ([ede60f3](https://github.com/stoplightio/spectral/commit/ede60f3a99d9fc5ed03747331473dde8b58fa56b)) * **repo:** update yarn lock ([362cdb4](https://github.com/stoplightio/spectral/commit/362cdb434c56cbc9b64fc54d0d91f899dd89baac)) * **rulesets:** update spectral core to latest ([d74c2b0](https://github.com/stoplightio/spectral/commit/d74c2b03b41133ff45dde76ccf2551e2c61edf2b)) ### Features * **cli:** require new stoplight dependencies ([#2726](https://github.com/stoplightio/spectral/issues/2726)) ([8a736b5](https://github.com/stoplightio/spectral/commit/8a736b557a441e578c498df5af4cf5313c6dc2d5)) * **cli:** trigger release ([87a90b3](https://github.com/stoplightio/spectral/commit/87a90b3cfcc205dcd98fc330d4b82a212ea39ad2)) * **core:** trigger release ([b73d5e8](https://github.com/stoplightio/spectral/commit/b73d5e8a4b3a74cfde1ee82757edcc5a53ae4f5e)) --- 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 47c15dc60..10dc6b68d 100644 --- a/packages/ruleset-migrator/CHANGELOG.md +++ b/packages/ruleset-migrator/CHANGELOG.md @@ -1,3 +1,10 @@ +## @stoplight/spectral-ruleset-migrator [1.11.1](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-ruleset-migrator-1.11.0...@stoplight/spectral-ruleset-migrator-1.11.1) (2024-11-13) + + +### Bug Fixes + +* **cli:** update dependencies and trigger docker release ([c87eacf](https://github.com/stoplightio/spectral/commit/c87eacff7c6d97ec139cc66623e4b0b27158a0cc)) + # @stoplight/spectral-ruleset-migrator [1.11.0](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-ruleset-migrator-1.10.0...@stoplight/spectral-ruleset-migrator-1.11.0) (2024-11-12) diff --git a/packages/ruleset-migrator/package.json b/packages/ruleset-migrator/package.json index 7dca59dcf..654e7b152 100644 --- a/packages/ruleset-migrator/package.json +++ b/packages/ruleset-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/spectral-ruleset-migrator", - "version": "1.11.0", + "version": "1.11.1", "homepage": "https://github.com/stoplightio/spectral", "bugs": "https://github.com/stoplightio/spectral/issues", "author": "Stoplight ",