Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
masb0ymas committed Oct 8, 2021
1 parent 21e931c commit 91a1c2e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

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.0.0](https://github.com/masb0ymas/expresso-gateway/compare/v1.5.0...v2.0.0) (2021-10-08)


### Features

* add middleware error yup ([0852069](https://github.com/masb0ymas/expresso-gateway/commit/085206946cfe1b5550f7632530700b3da232921b))


### Bug Fixes

* linter file ([a1848df](https://github.com/masb0ymas/expresso-gateway/commit/a1848df3ad676d4ab683401721cd397062e333ed))
* update package ([c040bbf](https://github.com/masb0ymas/expresso-gateway/commit/c040bbf67b2cf2dbaa8307125206c455e87ef654))
* version ([21e931c](https://github.com/masb0ymas/expresso-gateway/commit/21e931cc3d14aa9e0eae238267dbfeea5ab9ce8c))


### Other Commit

* migrate from babel to standard typescript ([31dc9e5](https://github.com/masb0ymas/expresso-gateway/commit/31dc9e527f90449c057d3c147871a59c6946fe6a))
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": "1.5.0",
"version": "2.0.0",
"description": "api-gateway with express",
"main": "src/server.ts",
"scripts": {
Expand Down

0 comments on commit 91a1c2e

Please sign in to comment.