diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aba4828..5189b7d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), For a full diff see [`2.39.0...main`][2.39.0...main]. +### Changed + +- Updated `schema.json` ([#1204]), by [@ergebnis-bot] + ## [`2.39.0`][2.39.0] For a full diff see [`2.38.0...2.39.0`][2.38.0...2.39.0]. @@ -1160,6 +1164,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0]. [#1191]: https://github.com/ergebnis/composer-normalize/pull/1191 [#1192]: https://github.com/ergebnis/composer-normalize/pull/1192 [#1195]: https://github.com/ergebnis/composer-normalize/pull/1195 +[#1204]: https://github.com/ergebnis/composer-normalize/pull/1204 [@core23]: https://github.com/core23 [@dependabot]: https://github.com/dependabot diff --git a/resource/schema.json b/resource/schema.json index 90c2dec1..21173ba9 100644 --- a/resource/schema.json +++ b/resource/schema.json @@ -866,6 +866,15 @@ "additionalProperties": { "type": "string" } + }, + "scripts-aliases": { + "type": [ + "object" + ], + "description": "Aliases for custom commands.", + "additionalProperties": { + "type": "array" + } } }, "definitions": {