Skip to content

Commit

Permalink
- (@GermanBluefox) Corrected the peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Sep 25, 2024
1 parent 00912d0 commit aef1b2b
Show file tree
Hide file tree
Showing 3 changed files with 393 additions and 55 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ It is suggested to create separate `eslint.config.mjs` files for backend and for
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**

- (@GermanBluefox) Corrected the peer dependencies

### 0.1.6 (2024-09-16)

- (@GermanBluefox) Enforce the use of template literals instead of string concatenation: "Hello, " + name + "!" => `Hello, ${name}!`
Expand Down
Loading

0 comments on commit aef1b2b

Please sign in to comment.