Skip to content

Commit 95ff855

Browse files
committed
chore(release): 2.0.0
1 parent 2d5d32f commit 95ff855

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
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.
4+
5+
## [2.0.0](https://github.com/smooth-code/smooth-code-cli/compare/v1.1.3...v2.0.0) (2019-08-28)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* require node v8+
11+
12+
### Features
13+
14+
* upgrade dependencies ([2d5d32f](https://github.com/smooth-code/smooth-code-cli/commit/2d5d32f))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smooth-code-cli",
3-
"version": "1.1.3",
3+
"version": "2.0.0",
44
"main": "index.js",
55
"license": "MIT",
66
"bin": {

0 commit comments

Comments
 (0)