Skip to content

Commit

Permalink
chore(release): 11.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [11.0.0](v10.0.2...v11.0.0) (2020-09-13)
  • Loading branch information
dependant-bot committed Sep 13, 2020
1 parent cacbc04 commit 7c3d7b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Changlog

# [11.0.0](https://github.com/esatterwhite/node-seeli/compare/v10.0.2...v11.0.0) (2020-09-13)

## [10.0.2](https://github.com/esatterwhite/node-seeli/compare/v10.0.1...v10.0.2) (2020-07-18)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seeli",
"version": "10.0.2",
"version": "11.0.0",
"description": "Object oriented, flexible CLI tools",
"main": "index.js",
"directories": {
Expand All @@ -20,7 +20,9 @@
"rules": {
"no-eq-null": 0,
"no-var": 2,
"prefer-const": ["error"],
"prefer-const": [
"error"
],
"no-cond-assign": 0
},
"parserOptions": {
Expand Down

0 comments on commit 7c3d7b5

Please sign in to comment.