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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(role-maker): role plays #182

Merged
merged 9 commits into from
May 26, 2023
Merged

Conversation

antoinezanardi
Copy link
Owner

No description provided.

@antoinezanardi antoinezanardi added the 🚀 feature New feature or request label May 17, 2023
@antoinezanardi antoinezanardi self-assigned this May 17, 2023
@sonarcloud
Copy link

sonarcloud bot commented May 25, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@antoinezanardi antoinezanardi merged commit 2dc018a into develop May 26, 2023
10 checks passed
@antoinezanardi antoinezanardi deleted the feat/game-role-plays-manager branch May 26, 2023 10:15
antoinezanardi pushed a commit that referenced this pull request May 26, 2023
## [1.9.0](v1.8.0...v1.9.0) (2023-05-26)

### 🚀 Features

* **players:** player killer or revealer service ([#182](#182)) ([2dc018a](2dc018a))

### 🔩 Refactor

* **fonctional-programming:** add cloneDeep for making pure functions ([#168](#168)) ([bb94ad9](bb94ad9))

### 🔁 CI

* **unit-tests:** remove unnecessary docker step and bump node version to 20 ([#169](#169)) ([97df00b](97df00b))

### 🧹 Chore

* **deps:** bump @faker-js/faker from 8.0.0 to 8.0.1 ([#174](#174)) ([7eb15df](7eb15df))
* **deps:** bump @fastify/static from 6.10.1 to 6.10.2 ([#203](#203)) ([cf5e311](cf5e311))
* **deps:** bump @nestjs/cli from 9.4.2 to 9.5.0 ([#183](#183)) ([e3a6e27](e3a6e27))
* **deps:** bump @nestjs/common from 9.4.0 to 9.4.1 ([#178](#178)) ([2f9247f](2f9247f))
* **deps:** bump @nestjs/common from 9.4.1 to 9.4.2 ([#195](#195)) ([4524a95](4524a95))
* **deps:** bump @nestjs/config from 2.3.1 to 2.3.2 ([#175](#175)) ([7e8b070](7e8b070))
* **deps:** bump @nestjs/core from 9.4.0 to 9.4.1 ([#176](#176)) ([32a774c](32a774c))
* **deps:** bump @nestjs/core from 9.4.1 to 9.4.2 ([#199](#199)) ([38e89ff](38e89ff))
* **deps:** bump @nestjs/platform-express from 9.4.0 to 9.4.1 ([#180](#180)) ([596311b](596311b))
* **deps:** bump @nestjs/platform-express from 9.4.1 to 9.4.2 ([#197](#197)) ([e351e39](e351e39))
* **deps:** bump @nestjs/platform-fastify from 9.4.0 to 9.4.1 ([#177](#177)) ([91a989c](91a989c))
* **deps:** bump @nestjs/platform-fastify from 9.4.1 to 9.4.2 ([#198](#198)) ([82c22a4](82c22a4))
* **deps:** bump @nestjs/schematics from 9.1.0 to 9.2.0 ([#184](#184)) ([c44b7c2](c44b7c2))
* **deps:** bump @nestjs/testing from 9.4.0 to 9.4.1 ([#181](#181)) ([34eef21](34eef21))
* **deps:** bump @nestjs/testing from 9.4.1 to 9.4.2 ([#194](#194)) ([78ba12e](78ba12e))
* **deps:** bump @types/lodash from 4.14.194 to 4.14.195 ([#202](#202)) ([71e50fa](71e50fa))
* **deps:** bump @types/node from 20.1.3 to 20.1.4 ([e98488c](e98488c))
* **deps:** bump @types/node from 20.1.4 to 20.1.5 ([#170](#170)) ([d4b52e2](d4b52e2))
* **deps:** bump @types/node from 20.1.5 to 20.1.7 ([#179](#179)) ([40d21ad](40d21ad))
* **deps:** bump @types/node from 20.1.7 to 20.2.0 ([#186](#186)) ([29ab7e1](29ab7e1))
* **deps:** bump @types/node from 20.2.0 to 20.2.1 ([#187](#187)) ([22b6de1](22b6de1))
* **deps:** bump @types/node from 20.2.1 to 20.2.3 ([#189](#189)) ([07aeccb](07aeccb))
* **deps:** bump @types/node from 20.2.3 to 20.2.4 ([#201](#201)) ([9a1df3e](9a1df3e))
* **deps:** bump @typescript-eslint/eslint-plugin from 5.59.5 to 5.59.6 ([#173](#173)) ([4970d8e](4970d8e))
* **deps:** bump @typescript-eslint/eslint-plugin from 5.59.6 to 5.59.7 ([#193](#193)) ([7c677ef](7c677ef))
* **deps:** bump @typescript-eslint/parser from 5.59.5 to 5.59.6 ([#171](#171)) ([4ea87eb](4ea87eb))
* **deps:** bump @typescript-eslint/parser from 5.59.6 to 5.59.7 ([#192](#192)) ([7d95b8a](7d95b8a))
* **deps:** bump eslint from 8.40.0 to 8.41.0 ([#190](#190)) ([616f40f](616f40f))
* **deps:** bump mongoose from 7.1.1 to 7.1.2 ([#188](#188)) ([05b628f](05b628f))
* **deps:** bump mongoose from 7.1.2 to 7.2.0 ([#191](#191)) ([c4df37d](c4df37d))
* **deps:** bump mongoose from 7.2.0 to 7.2.1 ([#200](#200)) ([ce0bb90](ce0bb90))
* **deps:** bump qs from 6.11.1 to 6.11.2 ([#172](#172)) ([11f2bd6](11f2bd6))
* **deps:** bump rimraf from 5.0.0 to 5.0.1 ([#185](#185)) ([9982200](9982200))
* **deps:** bump ts-loader from 9.4.2 to 9.4.3 ([#196](#196)) ([6655152](6655152))
* **git:** git attributes in dedicated file ([#166](#166)) ([d0bdebc](d0bdebc))
@antoinezanardi
Copy link
Owner Author

🎉 This PR is included in version 1.9.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