Skip to content

Commit

Permalink
chore(release): v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Nov 23, 2022
1 parent 3a23992 commit 66fd54f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# 0.1.0 (2022-11-22)
# [0.2.0](https://github.com/OpenZer0/bonfire-rest/compare/v0.1.0...v0.2.0) (2022-11-23)


### Bug Fixes

* body decorator ([c9acfe1](https://github.com/OpenZer0/bonfire-rest/commit/c9acfe15f051f08c63435d92859196261e2ecf58))
* index, controller param, IErrorHandler interface, basic Metrics ([6c6e628](https://github.com/OpenZer0/bonfire-rest/commit/6c6e6283b69b1dbfc3287144786ae21288225cfe))


### Features

* env helper ([4f968d8](https://github.com/OpenZer0/bonfire-rest/commit/4f968d84485980775cf5a002945fc8381444881b))
* middlewares decorator ([307671c](https://github.com/OpenZer0/bonfire-rest/commit/307671cfdb0e725b1af1bd7ccf0100f3041609bc))



# [0.1.0](https://github.com/OpenZer0/bonfire-rest/compare/d17a9b20da3e315740ee6fcaf235f87b732545f2...v0.1.0) (2022-11-22)


### Bug Fixes
Expand Down
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bonfire-rest",
"version": "0.1.0",
"version": "0.2.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -61,4 +61,4 @@
"swagger-ui-express": "^4.6.0",
"type-chef-di": "^0.3.1"
}
}
}

0 comments on commit 66fd54f

Please sign in to comment.