diff --git a/build/core/CHANGELOG.md b/build/core/CHANGELOG.md index ec172fec..f4c91a9d 100644 --- a/build/core/CHANGELOG.md +++ b/build/core/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.2.0 (2024-12-29) + +### Features + +- **build-core:** Added additional build options ([9fe5176](https://github.com/storm-software/storm-stack/commit/9fe5176)) +- **build-core:** Add additional options to the `node-app` build ([8f9a3e7](https://github.com/storm-software/storm-stack/commit/8f9a3e7)) + ## 0.1.1 (2024-12-29) ### Bug Fixes diff --git a/build/core/package.json b/build/core/package.json index 5b2f2185..e92800da 100644 --- a/build/core/package.json +++ b/build/core/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/build-core", - "version": "0.1.1", + "version": "0.2.0", "type": "module", "description": "A package containing `storm-build` for building Storm Stack libraries and services", "repository": { diff --git a/build/nx/CHANGELOG.md b/build/nx/CHANGELOG.md index 4ce734cd..cc432889 100644 --- a/build/nx/CHANGELOG.md +++ b/build/nx/CHANGELOG.md @@ -1,3 +1,14 @@ +## 1.5.0 (2024-12-29) + +### Features + +- **build-core:** Added additional build options ([9fe5176](https://github.com/storm-software/storm-stack/commit/9fe5176)) +- **build-core:** Add additional options to the `node-app` build ([8f9a3e7](https://github.com/storm-software/storm-stack/commit/8f9a3e7)) + +### Bug Fixes + +- **monorepo:** Resolve issues with recently added `project.json` files ([de38863](https://github.com/storm-software/storm-stack/commit/de38863)) + ## 1.4.2 (2024-12-29) ### Bug Fixes diff --git a/build/nx/package.json b/build/nx/package.json index 7f4297ee..d524934d 100644 --- a/build/nx/package.json +++ b/build/nx/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/build-nx", - "version": "1.4.2", + "version": "1.5.0", "type": "commonjs", "repository": { "type": "github",