Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LhonRafaat committed Sep 14, 2024
1 parent b2a680e commit 2bb6345
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@


## 1.1.0 (2024-09-14)


### Features

* add release script ([1fc3c0d](https://github.com/LhonRafaat/nestjs-mongoose-template/commit/1fc3c0dc92846c2005fcf3ba0fb5e8f0c3cc0e9c))
* install commitlint ([3854455](https://github.com/LhonRafaat/nestjs-mongoose-template/commit/3854455e11994379e0687493ff2962d4caba94bd))
* install release it && add seed script ([42e3dc3](https://github.com/LhonRafaat/nestjs-mongoose-template/commit/42e3dc3179650d6e2d559b7a83f38d0c66359378))
* refactor query middleware to implement strapi style ([afd5e6d](https://github.com/LhonRafaat/nestjs-mongoose-template/commit/afd5e6dc49f6131870b7bcdf590d77bbbe329f20))


### Code Refactoring

* adjust usersservice find to new query implementation ([d62eecf](https://github.com/LhonRafaat/nestjs-mongoose-template/commit/d62eecfd5a7bc23743a4ed672b88a411e8609175))
* migrate eslintrc ([73762d0](https://github.com/LhonRafaat/nestjs-mongoose-template/commit/73762d0c543a125d9566b095c7e7bfff1874c5e3))
* remove unused vars & imports ([fa31b89](https://github.com/LhonRafaat/nestjs-mongoose-template/commit/fa31b898a047107f0c2f2619fe17641d93277e26))
* renaming and adding better pagination wip ([09f6ac8](https://github.com/LhonRafaat/nestjs-mongoose-template/commit/09f6ac866d3f060e03cebc331b1c8caff700be29))
* update query decorator ([3d21a8e](https://github.com/LhonRafaat/nestjs-mongoose-template/commit/3d21a8e26eb7f0d30fcf93ad8562d2fa1a28eac4))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-mongoose-boilerplate",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"private": true,
"author": "Lhon Rafaat <https://github.com/LhonRafaat>",
Expand Down

0 comments on commit 2bb6345

Please sign in to comment.