diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e9dec..a7256c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.0.32 (2024-12-27) + +### 🩹 Fixes + +- **build:** dependencies ([69fbb4a](https://github.com/Coly010/ng-rspack-build/commit/69fbb4a)) + +### ❤️ Thank You + +- Colum Ferry @Coly010 + ## 0.0.31 (2024-12-26) This was a version bump only, there were no code changes. diff --git a/packages/build/package.json b/packages/build/package.json index 00981cf..25afa90 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -17,7 +17,7 @@ "Angular", "Rspack" ], - "version": "0.0.31", + "version": "0.0.32", "scripts": { "postinstall": "node ./src/lib/patch/patch-angular-build.js" }, diff --git a/packages/nx-plugin/package.json b/packages/nx-plugin/package.json index 8ce969d..4138a1e 100644 --- a/packages/nx-plugin/package.json +++ b/packages/nx-plugin/package.json @@ -2,7 +2,7 @@ "name": "@ng-rspack/nx", "private": false, "description": "Nx Plugin for building Angular applications with Rspack.", - "version": "0.0.31", + "version": "0.0.32", "author": "Colum Ferry", "license": "MIT", "bugs": { @@ -22,7 +22,7 @@ "@nx/devkit": "20.2.2", "@nx/angular": "20.2.2", "@nx/js": "20.2.2", - "@ng-rspack/build": "0.0.31", + "@ng-rspack/build": "0.0.32", "webpack-merge": "^6.0.1", "tslib": "^2.3.0" },