Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-10-07)

### Bug Fixes

* another try using pnpm ([2a51b63](2a51b63))
* change in the cache ([b07e914](b07e914))
* install pnpm on pipeline ([5dd807f](5dd807f))
* remove duplicate await ([b68932f](b68932f))

### Features

* add cache with redis on geet question by slug ([408623a](408623a))
* add edit and delete controllers and test, and refactor the others with the new factories ([9c0af71](9c0af71))
* add notifications model, create repositories and modules and add injectable ([2c48297](2c48297))
* answer comments with author ([140cd62](140cd62))
* answer question controller and test ([d5cea1d](d5cea1d))
* choose question best answer controller ([865ffa5](865ffa5))
* comment on answer controller ([ece3070](ece3070))
* comment on question controller ([0263e11](0263e11))
* comment with author on question comment controller ([5d746de](5d746de))
* comment with author value object ([cad62c7](cad62c7))
* create and edit an answer attachment on domain ([fb96470](fb96470))
* create answer attachments ([ac85fa0](ac85fa0))
* create upload attachment controller ([6f6af47](6f6af47))
* delete answer comment controller ([66b628a](66b628a))
* delete answer controller ([6d113c2](6d113c2))
* delete question comment controller ([9e4e9a7](9e4e9a7))
* edit answer controller ([2a8f013](2a8f013))
* edit question attachments on edit question ([9d469d2](9d469d2))
* fetch question and answer comments controllers ([e5bf5e1](e5bf5e1))
* fetch question answers controller ([d23830e](d23830e))
* fetch question answers details ([6d1e0c1](6d1e0c1))
* get question details by slug ([2a7307c](2a7307c))
* mappers, prisma repositories and get question by slug ([90a74c3](90a74c3))
* persist question attachment on domain ([d28f4d3](d28f4d3))
* send notification and read notification ([f8bbc13](f8bbc13))
* setup docker ([f70919c](f70919c))
* upload and create an attachment (complete) ([8244fd0](8244fd0))
* upload and create attachment on infra ([4fd3c0d](4fd3c0d))
  • Loading branch information
semantic-release-bot committed Oct 7, 2024
1 parent bcfce75 commit 0beb615
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# 1.0.0 (2024-10-07)


### Bug Fixes

* another try using pnpm ([2a51b63](https://github.com/PedroJorge148/05-nest-clean/commit/2a51b63a41d8459d2fb40510cdf86bdbe04ab874))
* change in the cache ([b07e914](https://github.com/PedroJorge148/05-nest-clean/commit/b07e914752cec2fe1c054790e3227ea529b42779))
* install pnpm on pipeline ([5dd807f](https://github.com/PedroJorge148/05-nest-clean/commit/5dd807f9e1d30a9724364739b7997c22290f235b))
* remove duplicate await ([b68932f](https://github.com/PedroJorge148/05-nest-clean/commit/b68932f1cdaca36a3e5a25a472b4adb65ae6325f))


### Features

* add cache with redis on geet question by slug ([408623a](https://github.com/PedroJorge148/05-nest-clean/commit/408623a1a76a1b41ab03108f250ce4b94cb7ab7b))
* add edit and delete controllers and test, and refactor the others with the new factories ([9c0af71](https://github.com/PedroJorge148/05-nest-clean/commit/9c0af712cef57e7922bea50e7c4c568667c7059b))
* add notifications model, create repositories and modules and add injectable ([2c48297](https://github.com/PedroJorge148/05-nest-clean/commit/2c482979801642e4e437fd7a51e7d9139804e02c))
* answer comments with author ([140cd62](https://github.com/PedroJorge148/05-nest-clean/commit/140cd627b9695b67c26e889255c9ba477c9678cc))
* answer question controller and test ([d5cea1d](https://github.com/PedroJorge148/05-nest-clean/commit/d5cea1d6f8183b17d438195cf1af935068dea176))
* choose question best answer controller ([865ffa5](https://github.com/PedroJorge148/05-nest-clean/commit/865ffa54f17403c1f3a553a75190ccb38b366217))
* comment on answer controller ([ece3070](https://github.com/PedroJorge148/05-nest-clean/commit/ece30701ba70243608de80083134337c103a5098))
* comment on question controller ([0263e11](https://github.com/PedroJorge148/05-nest-clean/commit/0263e11545d1740ad5c345e6717b86bcf0551cd7))
* comment with author on question comment controller ([5d746de](https://github.com/PedroJorge148/05-nest-clean/commit/5d746de6bf741e698b44ac09329926387431cb9d))
* comment with author value object ([cad62c7](https://github.com/PedroJorge148/05-nest-clean/commit/cad62c7c001889b306af912ef921ac94aa0a4312))
* create and edit an answer attachment on domain ([fb96470](https://github.com/PedroJorge148/05-nest-clean/commit/fb96470dd17c960bf4f4241525972ac0fcac7efd))
* create answer attachments ([ac85fa0](https://github.com/PedroJorge148/05-nest-clean/commit/ac85fa01f2c47f623fae7304539e2c1f986d9663))
* create upload attachment controller ([6f6af47](https://github.com/PedroJorge148/05-nest-clean/commit/6f6af477dea45330e3eb7a27b687ea6ce2f2c25f))
* delete answer comment controller ([66b628a](https://github.com/PedroJorge148/05-nest-clean/commit/66b628ada3a78e8ca3067b09d928fca828baa39c))
* delete answer controller ([6d113c2](https://github.com/PedroJorge148/05-nest-clean/commit/6d113c2c5dead17d1b76738820c1ab011ac2ab76))
* delete question comment controller ([9e4e9a7](https://github.com/PedroJorge148/05-nest-clean/commit/9e4e9a79f88da575856a11e6a62c867a341d2165))
* edit answer controller ([2a8f013](https://github.com/PedroJorge148/05-nest-clean/commit/2a8f013fe7ffa09c140c50b6187445237af80828))
* edit question attachments on edit question ([9d469d2](https://github.com/PedroJorge148/05-nest-clean/commit/9d469d2fc401c461674224ebc1d8e3d939a021a5))
* fetch question and answer comments controllers ([e5bf5e1](https://github.com/PedroJorge148/05-nest-clean/commit/e5bf5e18f1613325205bd1e338cb7fa82ba9e996))
* fetch question answers controller ([d23830e](https://github.com/PedroJorge148/05-nest-clean/commit/d23830ed31d1639560adcff502d0530455c05592))
* fetch question answers details ([6d1e0c1](https://github.com/PedroJorge148/05-nest-clean/commit/6d1e0c1cd886b36b81611b318305763e2c780f8d))
* get question details by slug ([2a7307c](https://github.com/PedroJorge148/05-nest-clean/commit/2a7307ca7bff71a1205910ad22f46c0b927f5839))
* mappers, prisma repositories and get question by slug ([90a74c3](https://github.com/PedroJorge148/05-nest-clean/commit/90a74c391dec083d5349a20cb7582c532b2bd219))
* persist question attachment on domain ([d28f4d3](https://github.com/PedroJorge148/05-nest-clean/commit/d28f4d3b0c39963a529b2ff71061e1cc1e339bf3))
* send notification and read notification ([f8bbc13](https://github.com/PedroJorge148/05-nest-clean/commit/f8bbc1341d51fd112d587e11cd7aec083aaea215))
* setup docker ([f70919c](https://github.com/PedroJorge148/05-nest-clean/commit/f70919cf4f7a754bde3062d0e01a0090908939d7))
* upload and create an attachment (complete) ([8244fd0](https://github.com/PedroJorge148/05-nest-clean/commit/8244fd0b4fb4f0ea4de91bfae35cb5ab932d6e72))
* upload and create attachment on infra ([4fd3c0d](https://github.com/PedroJorge148/05-nest-clean/commit/4fd3c0d272d65fee874bf4261d64541d3cb7ed46))

0 comments on commit 0beb615

Please sign in to comment.