Skip to content

Commit

Permalink
chore(release): 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phatpham9 committed Feb 14, 2021
1 parent d7b33ee commit d7d8098
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [1.8.0](https://github.com/boringcodes/create-service-component/compare/v1.7.0...v1.8.0) (2021-02-14)

### Features

- **generators/with-mongo/templates:** change implementation of model creattion, get model from mongoose in repository for usage ([2a363d3](https://github.com/boringcodes/create-service-component/commit/2a363d3db1f25467ee8b98b328a3644f545495c4))
- **generators/with-postgres/templates:** change implementation of repository & model ([71bdf36](https://github.com/boringcodes/create-service-component/commit/71bdf3627d916c1e8d0c35af57db300d6b8af00e))
- **generators/with-postgres/templates:** refactor repository & model ([d7b33ee](https://github.com/boringcodes/create-service-component/commit/d7b33ee13e083d614fde50bddcc3c238010cc6c0))

## [1.7.0](https://github.com/boringcodes/create-service-component/compare/v1.6.0...v1.7.0) (2021-02-13)

### Features
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": "generator-create-service-component",
"version": "1.7.0",
"version": "1.8.0",
"description": "Boring Express Microservice Component Generator",
"homepage": "https://github.com/boringcodes/create-service-component",
"bugs": "https://github.com/boringcodes/create-service-component/issues",
Expand Down

0 comments on commit d7d8098

Please sign in to comment.