Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
masb0ymas committed Dec 17, 2021
1 parent e297102 commit 6c586f0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.1.0](https://github.com/masb0ymas/expresso-gateway/compare/v2.0.0...v2.1.0) (2021-12-17)


### Features

* add config env ([81a1c0d](https://github.com/masb0ymas/expresso-gateway/commit/81a1c0d454b29ba286e873e2ca228b51af04fd1e))
* add endpoint notification ([e427b33](https://github.com/masb0ymas/expresso-gateway/commit/e427b33751814914943e0a43c610f2de1ad473d6))
* add endpoint session ([9bd54c8](https://github.com/masb0ymas/expresso-gateway/commit/9bd54c853eac442670d8ccfc160b9526ddfee67f))
* add model session ([987884e](https://github.com/masb0ymas/expresso-gateway/commit/987884ef17b3df8a00780018dd5b73e0f5608e7c))
* add model user ([e4ac7a6](https://github.com/masb0ymas/expresso-gateway/commit/e4ac7a6f31e4618f6af385a32a750942ef563ae4))
* endpoint user ([0d910fc](https://github.com/masb0ymas/expresso-gateway/commit/0d910fc61b68c0e31b8e12da0d11c90dacd592cd))
* move endpoint role ([53c7a11](https://github.com/masb0ymas/expresso-gateway/commit/53c7a113b94fa8ae3c80a5653a88cf7521ae8e59))


### Bug Fixes

* endpoint auth ([19baacd](https://github.com/masb0ymas/expresso-gateway/commit/19baacdebf82156e783618eabf62a79c8837b249))
* env example ([c3439ed](https://github.com/masb0ymas/expresso-gateway/commit/c3439ed8c2c90337f5069f7c2996edc38571885e))
* helper file ([344cb61](https://github.com/masb0ymas/expresso-gateway/commit/344cb61d956e5e0df7aa1ef08e4723598d646834))
* helper with state ([fbb3f95](https://github.com/masb0ymas/expresso-gateway/commit/fbb3f95da56813cfff1a9c0653bc660e7a4b65d2))
* hook use multer ([11c7a5a](https://github.com/masb0ymas/expresso-gateway/commit/11c7a5a20dbc5ad9907fc53c326b5d00f070ab84))
* import env config ([5facfda](https://github.com/masb0ymas/expresso-gateway/commit/5facfda57e60f76a04797f655b9b0816e0e7ba9c))
* log server helper ([5754697](https://github.com/masb0ymas/expresso-gateway/commit/5754697d5167942f4d9fdd2e52d77675b0be54b8))
* middleware ([4258530](https://github.com/masb0ymas/expresso-gateway/commit/42585305eb265f85a5702e8ba46f118cc27a8bb4))
* query params ([e297102](https://github.com/masb0ymas/expresso-gateway/commit/e297102f9677e8122529d0720a9e4db74169e454))
* route v1 ([eb40576](https://github.com/masb0ymas/expresso-gateway/commit/eb40576b1b2a37f7968cae42361daa7629ef5161))
* update package & env ([8698e87](https://github.com/masb0ymas/expresso-gateway/commit/8698e87551c7e14854981679bac856a8dd3231c9))

## [2.0.0](https://github.com/masb0ymas/expresso-gateway/compare/v1.5.0...v2.0.0) (2021-10-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expresso-gateway",
"version": "2.0.0",
"version": "2.1.0",
"description": "api-gateway with express",
"main": "src/server.ts",
"scripts": {
Expand Down

0 comments on commit 6c586f0

Please sign in to comment.