diff --git a/CHANGELOG.md b/CHANGELOG.md index df2a561..9883c31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.4.0](https://github.com/tummalah/ts-rest-api-template/compare/v1.3.2...v1.4.0) (2022-01-31) + + +### Features + +* **healthchecks:** added healthchecks ([35501a6](https://github.com/tummalah/ts-rest-api-template/commit/35501a6b1e4c0caa122c66bfdf2f36d5c8be8db6)) + + + ## [1.3.2](https://github.com/tummalah/ts-rest-api-template/compare/v1.3.1...v1.3.2) (2022-01-28) @@ -39,35 +48,3 @@ -# [1.1.0](https://github.com/tummalah/ts-rest-api-template/compare/8c7b546f3c10eb93a2628a567a6f3d7851128e9d...v1.1.0) (2022-01-26) - - -### Bug Fixes - -* **decorators:** fixed controller decorator for es6 ([5546d03](https://github.com/tummalah/ts-rest-api-template/commit/5546d030fb87fc6c9976b1e6e1f84c024f02bbf1)) - - -### Features - -* **.env.example:** added env config to fail fast if required config is missing ([07d9799](https://github.com/tummalah/ts-rest-api-template/commit/07d979901d3cbae8b901ca87c45776689b5c3219)) -* **controller/decorators:** added di container ([bcc904b](https://github.com/tummalah/ts-rest-api-template/commit/bcc904b30a9f30de0b45c5aba35e4f45f7f52566)) -* **eslint:** added linting rules for eslint ([79843ec](https://github.com/tummalah/ts-rest-api-template/commit/79843ecc18e69f0d2ac9268ad25872f8f6ad0858)) -* **helpers/decorators:** added middleware decorator ([945ae4e](https://github.com/tummalah/ts-rest-api-template/commit/945ae4e776aaf56fa3de873cba35fe2327d47190)) -* **helpers/logger:** added custom logging mechanism ([a1dc4fb](https://github.com/tummalah/ts-rest-api-template/commit/a1dc4fb4f0e856da85b49c206e74982a133fc7b6)) -* **middleware:** added body validation middleware ([4bd562d](https://github.com/tummalah/ts-rest-api-template/commit/4bd562d57dd38b27bf6f156f7d026933cbb1489a)) -* **middleware:** added error handler ([0cad0c2](https://github.com/tummalah/ts-rest-api-template/commit/0cad0c22da0e371ce1d578803e1402f65bdf21c9)) -* **oktarequest:** extended express request with Okta types ([d734bf4](https://github.com/tummalah/ts-rest-api-template/commit/d734bf460698cd0bf2966a0313f17f6da871ed47)) -* **server:** added okta authentication ([589cf46](https://github.com/tummalah/ts-rest-api-template/commit/589cf46a8a895e32e3f658f751cfa1f7cc5f0c01)) -* **server/app.router.ts:** added express router ([72421fb](https://github.com/tummalah/ts-rest-api-template/commit/72421fb55b97951ee637b1396349048c888194c7)) -* **server/helpers:** added rest decorators ([1e54de3](https://github.com/tummalah/ts-rest-api-template/commit/1e54de39eea343851a87fd31edd7dc8f228d9156)) -* **src/server:** added base express server configuration ([8c7b546](https://github.com/tummalah/ts-rest-api-template/commit/8c7b546f3c10eb93a2628a567a6f3d7851128e9d)) -* **swagger:** added swagger documentation for controllers ([a4da961](https://github.com/tummalah/ts-rest-api-template/commit/a4da961a934c443dbf2b4df46d55e1c78396276c)) -* **views:** added welcome page for protected route ([637d938](https://github.com/tummalah/ts-rest-api-template/commit/637d938cbe08ccb051222c7e7001794bbe4568a4)) - - -### Reverts - -* Revert "test commitlint" ([d0ecfbf](https://github.com/tummalah/ts-rest-api-template/commit/d0ecfbf868fe85b0ba11eb501690c44d803a5aac)) - - - diff --git a/package.json b/package.json index 1b937bc..1ae0e62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-rest-api-template", - "version": "1.3.2", + "version": "1.4.0", "description": "boilerplate for REST API in NodeJS,Express projects", "main": "dist/index.js", "scripts": {