Skip to content

Commit

Permalink
chore(release): 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phatpham9 committed Feb 15, 2021
1 parent 13d017e commit 4434aeb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.9.0](https://github.com/boringcodes/create-service-component/compare/v1.8.0...v1.9.0) (2021-02-15)

### Features

- **generators:** create new app :with-postgres-prisma ([87952b8](https://github.com/boringcodes/create-service-component/commit/87952b820477d1b1ab14824cab1a68203d17b9ee))
- **generators/with-mongo:** pluralize RESOURCE const & model name ([13d017e](https://github.com/boringcodes/create-service-component/commit/13d017e5ce70e1d07b55024be987ad5e90d14591))
- **generators/with-postgres:** rename app to with-postgres-sequelize, pluralize model name & RESOURCE const ([2cd0c11](https://github.com/boringcodes/create-service-component/commit/2cd0c11a8d37840840c7769e8f909e43f5aadf03))
- **generators/with-postgres-prisma:** add pluralize module, pluralize RESOURCE const instead of hardcoded ([65f3224](https://github.com/boringcodes/create-service-component/commit/65f3224bdf01e30784c46be913418041d4e05322))
- **generators/with-postgres-typeorm:** add pluralize module, pluralize model name ([ff389c5](https://github.com/boringcodes/create-service-component/commit/ff389c567da9bb259d38a7099bcae7dd5b6b63a4))
- **generators/with-postgres-typeorm:** set comp interface name prop optional ([fe87de7](https://github.com/boringcodes/create-service-component/commit/fe87de7999327ffdcea9b303e4982b784e19cac7))

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

### 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.8.0",
"version": "1.9.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 4434aeb

Please sign in to comment.