Skip to content

Commit 87c7d1b

Browse files
committed
chore(release): 1.7.0
1 parent 391f4b3 commit 87c7d1b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [1.7.0](https://github.com/boringcodes/create-service-component/compare/v1.6.0...v1.7.0) (2021-02-13)
6+
7+
### Features
8+
9+
- **generators:** create new app :with-postgres-typeorm ([391f4b3](https://github.com/boringcodes/create-service-component/commit/391f4b310be9caeee5d3961d2d34e32dca2771ce))
10+
- **generators:** rename updatePartial to update & remove PUT update ([26e8d0d](https://github.com/boringcodes/create-service-component/commit/26e8d0d4a125a754471e0b95a863f8afabab6a7f))
11+
512
## [1.6.0](https://github.com/boringcodes/create-service-component/compare/v1.5.0...v1.6.0) (2021-02-13)
613

714
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-create-service-component",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "Boring Express Microservice Component Generator",
55
"homepage": "https://github.com/boringcodes/create-service-component",
66
"bugs": "https://github.com/boringcodes/create-service-component/issues",

0 commit comments

Comments
 (0)