Skip to content

Commit

Permalink
Merge pull request #1 from Silent-Watcher/release-please--branches--m…
Browse files Browse the repository at this point in the history
…aster--components--tags

chore(master): release 1.0.0
  • Loading branch information
Silent-Watcher authored Oct 17, 2023
2 parents a703981 + 6201a31 commit f5bc86f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 1.0.0 (2023-10-17)


### Features

* add auth routes and their controllers: login & register ([ebcc2d2](https://github.com/Silent-Watcher/jwt-node/commit/ebcc2d21535ebdac2484e8cd0911f5ae62084786))
* add controller and define root path with its controller ([aa0b590](https://github.com/Silent-Watcher/jwt-node/commit/aa0b590178590a783a070bee935251591287f20d))
* add error handler middlewares ([0b8c024](https://github.com/Silent-Watcher/jwt-node/commit/0b8c02413f7ca4a3fdefe3c0fb573776ea54a215))
* add husky and commitizen ([a703981](https://github.com/Silent-Watcher/jwt-node/commit/a703981e915920ebb523d9ceb26554e0f209bb67))
* add mongoose and setup the mongoose config file ([4b3faf3](https://github.com/Silent-Watcher/jwt-node/commit/4b3faf3b6e3c0cb837075db48f75288b40ab398d))
* add prettier and .gitattribute file ([d18af62](https://github.com/Silent-Watcher/jwt-node/commit/d18af62b8913b29ca08cb5f1b73a9290932ee046))
* add register feature ([85656ce](https://github.com/Silent-Watcher/jwt-node/commit/85656ced9fe6148a6650dc914d7c92059e7d2f76))
* create & define user model ([781af5f](https://github.com/Silent-Watcher/jwt-node/commit/781af5f3480c46ae97b47277283fd9165b3ac96c))
6 changes: 4 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
"dev": "nodemon server",
"prettier": "npx prettier --write .",
"prepare": "husky install"
}
},
"version": "1.0.0"
}

0 comments on commit f5bc86f

Please sign in to comment.