Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(game-history-record): interactions in records #974

Merged
merged 2 commits into from
Apr 11, 2024

Conversation

antoinezanardi
Copy link
Owner

No description provided.

@antoinezanardi antoinezanardi added the 馃殌 feature New feature or request label Apr 11, 2024
@antoinezanardi antoinezanardi self-assigned this Apr 11, 2024
Copy link

sonarcloud bot commented Apr 11, 2024

@antoinezanardi antoinezanardi merged commit 57b4813 into develop Apr 11, 2024
15 checks passed
@antoinezanardi antoinezanardi deleted the feat/interactions-game-history branch April 11, 2024 11:32
antoinezanardi pushed a commit that referenced this pull request Apr 18, 2024
## [1.31.0](v1.30.1...v1.31.0) (2024-04-18)

### 馃殌 Features

* **game-history-record:** interactions in records ([#974](#974)) ([57b4813](57b4813))
* **game-phase:** phase tick ([#976](#976)) ([28048cf](28048cf))
* **tie:** kill random player when successive ties in votes ([#983](#983)) ([e9ae5f5](e9ae5f5))

### 馃悰 Bug Fixes

* **game-history-record:** don't generate voting result if play type is not vote ([#970](#970)) ([42910b5](42910b5))

### 馃Ч Chore

* **deps:** bump @cucumber/cucumber from 10.3.1 to 10.3.2 ([#943](#943)) ([2b0473e](2b0473e))
* **deps:** bump @cucumber/cucumber from 10.3.2 to 10.4.0 ([#964](#964)) ([b7fa581](b7fa581))
* **deps:** bump @fastify/static from 7.0.1 to 7.0.2 ([#949](#949)) ([4a3244b](4a3244b))
* **deps:** bump @fastify/static from 7.0.2 to 7.0.3 ([#956](#956)) ([e393318](e393318))
* **deps:** bump @nestjs/mongoose from 10.0.5 to 10.0.6 in the nest group ([#977](#977)) ([ed8c541](ed8c541))
* **deps:** bump @types/node from 20.12.4 to 20.12.5 in the types group ([#963](#963)) ([cb76ea8](cb76ea8))
* **deps:** bump @types/node from 20.12.5 to 20.12.6 in the types group ([#967](#967)) ([efc6749](efc6749))
* **deps:** bump @types/node from 20.12.6 to 20.12.7 in the types group ([#971](#971)) ([1a559a0](1a559a0))
* **deps:** bump @types/qs from 6.9.14 to 6.9.15 in the types group ([#981](#981)) ([ca3d814](ca3d814))
* **deps:** bump mongoose from 8.2.2 to 8.2.3 ([#936](#936)) ([0596416](0596416))
* **deps:** bump mongoose from 8.2.3 to 8.2.4 ([#945](#945)) ([239e098](239e098))
* **deps:** bump mongoose from 8.2.4 to 8.3.0 ([#952](#952)) ([46f565a](46f565a))
* **deps:** bump mongoose from 8.3.0 to 8.3.1 ([#968](#968)) ([a8d3b98](a8d3b98))
* **deps:** bump mongoose from 8.3.1 to 8.3.2 ([#982](#982)) ([af7a635](af7a635))
* **deps:** bump qs from 6.12.0 to 6.12.1 ([#979](#979)) ([7cb594f](7cb594f))
* **deps:** bump reflect-metadata from 0.2.1 to 0.2.2 ([#946](#946)) ([013be6a](013be6a))
* **deps:** bump semantic-release from 23.0.5 to 23.0.6 ([#938](#938)) ([160cdf5](160cdf5))
* **deps:** bump semantic-release from 23.0.6 to 23.0.7 ([#954](#954)) ([a4a4a35](a4a4a35))
* **deps:** bump semantic-release from 23.0.7 to 23.0.8 ([#972](#972)) ([837a3de](837a3de))
* **deps:** bump the commitlint group with 2 updates ([#978](#978)) ([5cb18d9](5cb18d9))
* **deps:** bump the nest group with 2 updates ([#961](#961)) ([8937ce2](8937ce2))
* **deps:** bump the nest group with 5 updates ([#942](#942)) ([2db0c96](2db0c96))
* **deps:** bump the nest group with 6 updates ([#940](#940)) ([c43b41a](c43b41a))
* **deps:** bump the nest group with 6 updates ([#947](#947)) ([5b00a32](5b00a32))
* **deps:** bump the types group with 1 update ([#930](#930)) ([33f2c2b](33f2c2b))
* **deps:** bump the types group with 1 update ([#933](#933)) ([7646f7d](7646f7d))
* **deps:** bump the types group with 1 update ([#953](#953)) ([044a9fb](044a9fb))
* **deps:** bump the types group with 2 updates ([#941](#941)) ([8a426f5](8a426f5))
* **deps:** bump the types group with 3 updates ([#950](#950)) ([7357e40](7357e40))
* **deps:** bump tsx from 4.7.1 to 4.7.2 ([#959](#959)) ([8e6c6e2](8e6c6e2))
* **deps:** bump type-fest from 4.12.0 to 4.13.0 ([#931](#931)) ([d4c243c](d4c243c))
* **deps:** bump type-fest from 4.13.0 to 4.13.1 ([#935](#935)) ([516653f](516653f))
* **deps:** bump type-fest from 4.13.1 to 4.14.0 ([#939](#939)) ([7b43e37](7b43e37))
* **deps:** bump type-fest from 4.14.0 to 4.15.0 ([#955](#955)) ([842b8aa](842b8aa))
* **deps:** bump typescript from 5.4.2 to 5.4.3 ([#934](#934)) ([f709fa5](f709fa5))
* **deps:** bump typescript from 5.4.3 to 5.4.4 ([#960](#960)) ([026f2a4](026f2a4))
* **deps:** bump typescript from 5.4.4 to 5.4.5 ([#973](#973)) ([44be6de](44be6de))
* **docker:** use new docker compose cli ([#957](#957)) ([ed380eb](ed380eb))
* **enums:** transform enums to unions where needed ([#965](#965)) ([44eebe2](44eebe2))
* **funding:** funding file ([#969](#969)) ([c687756](c687756))
@antoinezanardi
Copy link
Owner Author

馃帀 This PR is included in version 1.31.0 馃帀

The release is available on GitHub release

Your semantic-release bot 馃摝馃殌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
馃殌 feature New feature or request released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant