Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2021-03-12)

### Bug Fixes

* fixed custom loader for factory providers, added doc ([62c7184](62c7184))
* fixed issue with [#7](#7) when there is no cors middleware ([202c2c8](202c2c8))
* slash route fix, better express reorder, option to not init admin ([8cc5725](8cc5725))

### Features

* added custom loader option, fixed [#7](#7) (thanks [@niksoc](https://github.com/niksoc)) ([279ce11](279ce11))
  • Loading branch information
semantic-release-bot committed Mar 12, 2021
1 parent 3bebfbc commit 24ed03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@admin-bro/nestjs",
"version": "1.0.0",
"version": "1.1.0",
"main": "build/index.js",
"types": "types/index.d.ts",
"private": false,
Expand Down

0 comments on commit 24ed03f

Please sign in to comment.