diff --git a/CHANGELOG.md b/CHANGELOG.md index 55b5986..80c182c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 0.0.8 (2024-09-23) + + +### 🚀 Features + +- **nx:** add nx plugin ([23aacfa](https://github.com/Coly010/ng-rspack-build/commit/23aacfa)) + +### 🩹 Fixes + +- **build:** use resourcePath for loaders ([5ed803d](https://github.com/Coly010/ng-rspack-build/commit/5ed803d)) + +### ❤️ Thank You + +- Colum Ferry @Coly010 + ## 0.0.7 (2024-09-23) diff --git a/package.json b/package.json index 9eef419..4de12ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ng-rspack/source", - "version": "0.0.0", + "version": "0.0.8", "license": "MIT", "scripts": {}, "private": true,