Closed nmattia closed 10 months ago
This adds a JS script which produces a JSON object with information about which colors have been added/removed/modified on what dates.
[ { "date": "2023-12-07 21:25:12 +0100", "added": [ { "name": "Lusty Gallant", "hex": "#fd7f4f" }, { "name": "OMGreen", "hex": "#8ca891" }, { "name": "Smooch", "hex": "#7e2056" }, { "name": "Takaka", "hex": "#3d4d78" }, { "name": "Underclover", "hex": "#428c49" } ], "removed": [], "changed": [ { "name": "Poppy Pompadour", "hex": "#6b3fa0" } ] }, { "date": "2023-12-05 11:55:16 +0100", "added": [ { "name": "Schabziger Green", "hex": "#e2e2b5" } ...
:tada: This PR is included in version 10.18.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This adds a JS script which produces a JSON object with information about which colors have been added/removed/modified on what dates.