Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.0...v2.2.0) (2021-04-21)

### Bug Fixes

* make dtos optional ([e9bdc0a](e9bdc0a))

### Features

* make controllers easier to configure and add pathc by id ([a58615d](a58615d))
  • Loading branch information
semantic-release-bot committed Apr 21, 2021
1 parent d85608d commit e9d4d0d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.2.0](https://github.com/etienne-bechara/nestjs-orm/compare/v2.1.0...v2.2.0) (2021-04-21)


### Bug Fixes

* make dtos optional ([e9bdc0a](https://github.com/etienne-bechara/nestjs-orm/commit/e9bdc0a68330aaba062393fab07b82b3d14e2ade))


### Features

* make controllers easier to configure and add pathc by id ([a58615d](https://github.com/etienne-bechara/nestjs-orm/commit/a58615db210df44cca22daa02402402dee2c7361))

# [2.1.0](https://github.com/etienne-bechara/nestjs-orm/compare/v2.0.4...v2.1.0) (2021-04-20)


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": "@bechara/nestjs-orm",
"version": "2.1.0",
"version": "2.2.0",
"description": "ORM Module Component for NestJS Projects",
"author": {
"name": "Etienne Bechara",
Expand Down

0 comments on commit e9d4d0d

Please sign in to comment.