Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitor Hugo Salgado committed Dec 28, 2021
1 parent 52585be commit f4fbc4d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
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.

## [2.0.0](https://github.com/vitorsalgado/create-nodejs-ts/compare/v1.2.2...v2.0.0) (2021-12-28)


### ⚠ BREAKING CHANGES

* eslint upgrade + remove some ts configs

### Features

* upgrade deps + ci config ([52585be](https://github.com/vitorsalgado/create-nodejs-ts/commit/52585bee7794305658cfc5428a733dbb7e6acfc1))

### [1.2.2](https://github.com/vitorsalgado/create-nodejs-ts/compare/v1.2.1...v1.2.2) (2021-10-08)

### [1.2.1](https://github.com/vitorsalgado/create-nodejs-ts/compare/v1.2.0...v1.2.1) (2021-08-10)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-nodejs-ts",
"version": "1.2.2",
"version": "2.0.0",
"description": "NodeJS Starter Project Kit",
"private": false,
"main": "dist/index.js",
Expand Down

0 comments on commit f4fbc4d

Please sign in to comment.