Skip to content

Commit

Permalink
chore(release): publish 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
manfredsteyer committed Sep 28, 2024
1 parent 7ef551c commit 567e192
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 1.1.3 (2024-09-28)

### 🚀 Features

- add store for limits ([2f9b490](https://github.com/angular-architects/forensic/commit/2f9b490))
- add limits store to team alignment and hotspots ([5547a7c](https://github.com/angular-architects/forensic/commit/5547a7c))
- add store to coupling feature ([28b7c31](https://github.com/angular-architects/forensic/commit/28b7c31))
- add signal store to hotspot and team alignment analysis ([fdc6882](https://github.com/angular-architects/forensic/commit/fdc6882))
- add resizer for tree ([7ef551c](https://github.com/angular-architects/forensic/commit/7ef551c))

### ❤️ Thank You

- Manfred Steyer

## 1.1.2 (2024-09-27)

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@softarc/detective",
"version": "1.1.2",
"version": "1.1.3",
"bin": {
"detective": "./bin/main.js",
"@softarc/detective": "./bin/main.js"
Expand Down

0 comments on commit 567e192

Please sign in to comment.