Skip to content

Commit 96aec6a

Browse files
committed
chore(release): 1.13.0
1 parent 80884ab commit 96aec6a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.13.0](https://github.com/boringcodes/create-service/compare/v1.12.1...v1.13.0) (2021-02-11)
6+
7+
### Features
8+
9+
- **generators:** update elementNodeVersion default value to 15 ([80884ab](https://github.com/boringcodes/create-service/commit/80884abef70b847422a3b788ee4c251486ead8b5))
10+
- **templates:** change base image to boringcodes/dev-runner ([83067c4](https://github.com/boringcodes/create-service/commit/83067c471dbbf9053317d40d119bdd26a9817967))
11+
- **templates:** update engines.node template to >= instead of fixed version ([3aee382](https://github.com/boringcodes/create-service/commit/3aee3821955ec1526c60ff7fc56c0e9fc9788a8f))
12+
513
### [1.12.1](https://github.com/boringcodes/create-service/compare/v1.12.0...v1.12.1) (2021-02-10)
614

715
## [1.12.0](https://github.com/boringcodes/create-service/compare/v1.11.3...v1.12.0) (2021-02-10)

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",
3-
"version": "1.12.1",
3+
"version": "1.13.0",
44
"description": "Boring Express Microservice Generator",
55
"homepage": "https://github.com/boringcodes/create-service",
66
"bugs": "https://github.com/boringcodes/create-service/issues",

0 commit comments

Comments
 (0)