diff --git a/common/changes/@rushstack/heft-localization-typings-plugin/fix-options_2024-08-21-06-39.json b/common/changes/@rushstack/heft-localization-typings-plugin/fix-options_2024-08-21-06-39.json deleted file mode 100644 index 0e1d49d041c..00000000000 --- a/common/changes/@rushstack/heft-localization-typings-plugin/fix-options_2024-08-21-06-39.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/heft-localization-typings-plugin", - "comment": "Fix a misnamed property in the options schema.", - "type": "patch" - } - ], - "packageName": "@rushstack/heft-localization-typings-plugin" -} \ No newline at end of file diff --git a/heft-plugins/heft-localization-typings-plugin/CHANGELOG.json b/heft-plugins/heft-localization-typings-plugin/CHANGELOG.json index 4b865ca871e..fd39ae368c0 100644 --- a/heft-plugins/heft-localization-typings-plugin/CHANGELOG.json +++ b/heft-plugins/heft-localization-typings-plugin/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/heft-localization-typings-plugin", "entries": [ + { + "version": "0.1.1", + "tag": "@rushstack/heft-localization-typings-plugin_v0.1.1", + "date": "Wed, 21 Aug 2024 06:52:07 GMT", + "comments": { + "patch": [ + { + "comment": "Fix a misnamed property in the options schema." + } + ] + } + }, { "version": "0.1.0", "tag": "@rushstack/heft-localization-typings-plugin_v0.1.0", diff --git a/heft-plugins/heft-localization-typings-plugin/CHANGELOG.md b/heft-plugins/heft-localization-typings-plugin/CHANGELOG.md index f8c8ead65ba..ef7b118e013 100644 --- a/heft-plugins/heft-localization-typings-plugin/CHANGELOG.md +++ b/heft-plugins/heft-localization-typings-plugin/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @rushstack/heft-localization-typings-plugin -This log was last generated on Wed, 21 Aug 2024 05:43:04 GMT and should not be manually modified. +This log was last generated on Wed, 21 Aug 2024 06:52:07 GMT and should not be manually modified. + +## 0.1.1 +Wed, 21 Aug 2024 06:52:07 GMT + +### Patches + +- Fix a misnamed property in the options schema. ## 0.1.0 Wed, 21 Aug 2024 05:43:04 GMT