diff --git a/CHANGELOG.md b/CHANGELOG.md index a7256c3..0300706 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.34 (2024-12-27) + +This was a version bump only, there were no code changes. + ## 0.0.32 (2024-12-27) ### 🩹 Fixes diff --git a/packages/build/package.json b/packages/build/package.json index a47c33e..4839d5d 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -17,7 +17,7 @@ "Angular", "Rspack" ], - "version": "0.0.28", + "version": "0.0.34", "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 1f608ae..4d8dde3 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.28", + "version": "0.0.34", "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.28", + "@ng-rspack/build": "0.0.34", "webpack-merge": "^6.0.1", "tslib": "^2.3.0" },