Skip to content

Commit eff1a0f

Browse files
committed
chore(release): 1.1.0
1 parent 7263dfa commit eff1a0f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
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.1.0](https://github.com/vitorsalgado/nodejs-boilerplate/compare/v1.0.0...v1.1.0) (2021-07-20)
6+
7+
8+
### Features
9+
10+
* add docker compose dev env ([ba4db1c](https://github.com/vitorsalgado/nodejs-boilerplate/commit/ba4db1cf4f3b07c653d9b6dff51d61fac49c7fc9))
11+
512
## 1.0.0 (2021-07-20)
613

714

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-nodejs-ts",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "NodeJS Starter Project Kit",
55
"private": false,
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)