Skip to content

Commit 95de2df

Browse files
committed
1.1.8
1 parent f87f0de commit 95de2df

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11

2+
<a name="v1.1.8"></a>
3+
## [v1.1.8](https://github.com/joshuatvernon/cbf/compare/v1.1.7...v1.1.8)
4+
5+
> 2019-07-13
6+
7+
8+
<a name="v1.1.7"></a>
9+
## [v1.1.7](https://github.com/joshuatvernon/cbf/compare/v1.1.6...v1.1.7)
10+
11+
> 2019-07-13
12+
13+
14+
<a name="v1.1.6"></a>
15+
## [v1.1.6](https://github.com/joshuatvernon/cbf/compare/v1.1.5...v1.1.6)
16+
17+
> 2019-07-13
18+
19+
220
<a name="v1.1.5"></a>
321
## [v1.1.5](https://github.com/joshuatvernon/cbf/compare/v1.1.4...v1.1.5)
422

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cbf",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"description": "A package for creating scripts to store and run your most commonly used CLI commands for a repo or just in general",
55
"main": "index.js",
66
"scripts": {

version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// generated by genversion
2-
module.exports = '1.1.7';
2+
module.exports = '1.1.8';

0 commit comments

Comments
 (0)