[READ-ONLY] Mirror of https://github.com/danielroe/werewolves-assistant-web-next.
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(release): 1.1.1 [skip ci]

## [1.1.1](https://github.com/antoinezanardi/werewolves-assistant-web-next/compare/v1.1.0...v1.1.1) (2024-1-16)

### ๐Ÿ“– Docs

* **readme:** correct project logo in readme file ([#31](https://github.com/antoinezanardi/werewolves-assistant-web-next/issues/31)) ([7f43d0b](https://github.com/antoinezanardi/werewolves-assistant-web-next/commit/7f43d0b655c12833d4a21947d4b3b3c5c8942b14))

### ๐Ÿ” CI

* **sonarcloud:** correct sonarcloud pre commands ([#33](https://github.com/antoinezanardi/werewolves-assistant-web-next/issues/33)) ([904f727](https://github.com/antoinezanardi/werewolves-assistant-web-next/commit/904f7276b38c56e42573aa157bf2601fdd37453e))

+13 -1
+12
CHANGELOG.md
··· 1 1 # ๐Ÿบ Werewolves Assistant Web Versioning Changelog 2 2 3 + ## [1.1.1](https://github.com/antoinezanardi/werewolves-assistant-web-next/compare/v1.1.0...v1.1.1) (2024-1-16) 4 + 5 + 6 + ### ๐Ÿ“– Docs 7 + 8 + * **readme:** correct project logo in readme file ([#31](https://github.com/antoinezanardi/werewolves-assistant-web-next/issues/31)) ([7f43d0b](https://github.com/antoinezanardi/werewolves-assistant-web-next/commit/7f43d0b655c12833d4a21947d4b3b3c5c8942b14)) 9 + 10 + 11 + ### ๐Ÿ” CI 12 + 13 + * **sonarcloud:** correct sonarcloud pre commands ([#33](https://github.com/antoinezanardi/werewolves-assistant-web-next/issues/33)) ([904f727](https://github.com/antoinezanardi/werewolves-assistant-web-next/commit/904f7276b38c56e42573aa157bf2601fdd37453e)) 14 + 3 15 ## [1.1.0](https://github.com/antoinezanardi/werewolves-assistant-web-next/compare/v1.0.0...v1.1.0) (2024-1-16) 4 16 5 17
+1 -1
package.json
··· 1 1 { 2 2 "name": "werewolves-assistant-web-next", 3 - "version": "1.1.0", 3 + "version": "1.1.1", 4 4 "description": "Werewolves Assistant Web is a Nuxt Web App using the Werewolves Assistant API. It helps you, the game master, to manage your games of Werewolves Of Millers Hollow.", 5 5 "readme": "README.md", 6 6 "type": "module",