diff --git a/CHANGELOG.md b/CHANGELOG.md index fc6a56a..b9a6ded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.3.0 (2024-11-08) + +### 🚀 Features + +- allow copying filenames into clipboard ([b76043e](https://github.com/angular-architects/forensic/commit/b76043e)) + +### ❤️ Thank You + +- Manfred Steyer + ## 1.2.3 (2024-10-15) ### 🩹 Fixes diff --git a/apps/backend/package.json b/apps/backend/package.json index e785511..aede1fc 100644 --- a/apps/backend/package.json +++ b/apps/backend/package.json @@ -1,6 +1,6 @@ { "name": "@softarc/detective", - "version": "1.2.3", + "version": "1.3.0", "bin": { "detective": "./bin/main.js", "@softarc/detective": "./bin/main.js"