diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d7475985..4497b55e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -11,5 +11,5 @@ "packages/runtime": "0.2.2", "packages/runtime-async": "0.2.2", "packages/create": "0.2.6", - "packages/plugin-config": "0.2.3" + "packages/plugin-config": "0.2.4" } diff --git a/packages/plugin-config/CHANGELOG.md b/packages/plugin-config/CHANGELOG.md index a9e691fb..d3c6f9b9 100644 --- a/packages/plugin-config/CHANGELOG.md +++ b/packages/plugin-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.4](https://github.com/climateinteractive/SDEverywhere/compare/plugin-config-v0.2.3...plugin-config-v0.2.4) (2023-11-13) + + +### Bug Fixes + +* add a spec field to ConfigProcessorOptions to allow for providing additional spec.json values ([#391](https://github.com/climateinteractive/SDEverywhere/issues/391)) ([82f2d93](https://github.com/climateinteractive/SDEverywhere/commit/82f2d93864d96a455bea7c003604f29ebdadbfb0)), closes [#390](https://github.com/climateinteractive/SDEverywhere/issues/390) + ## [0.2.3](https://github.com/climateinteractive/SDEverywhere/compare/plugin-config-v0.2.2...plugin-config-v0.2.3) (2023-09-29) Note: This is a redo of the 0.2.2 release to workaround an npmjs registry issue. There are no actual changes in this release. diff --git a/packages/plugin-config/package.json b/packages/plugin-config/package.json index 1c4b5bc5..a82c056d 100644 --- a/packages/plugin-config/package.json +++ b/packages/plugin-config/package.json @@ -1,6 +1,6 @@ { "name": "@sdeverywhere/plugin-config", - "version": "0.2.3", + "version": "0.2.4", "files": [ "dist/**", "template-config/**"