Skip to content

Commit 59c143d

Browse files
author
Joshua Vernon
committed
1.2.0
1 parent 60f1a66 commit 59c143d

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
<a name="v1.2.0"></a>
3+
## [v1.2.0](https://github.com/joshuatvernon/cbf/compare/v1.1.8...v1.2.0)
4+
5+
> 2019-07-18
6+
7+
28
<a name="v1.1.8"></a>
39
## [v1.1.8](https://github.com/joshuatvernon/cbf/compare/v1.1.7...v1.1.8)
410

cbf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ dev:
2424
publish:
2525
command: "npm publish"
2626
update-changelog:
27-
command: "git-chglog -o CHANGELOG.md"
27+
command: "git fetch --tags && git-chglog -o CHANGELOG.md"

package-lock.json

+1-1
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": "cbf",
3-
"version": "1.1.8",
3+
"version": "1.2.0",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// generated by genversion
2-
module.exports = '1.1.8';
2+
module.exports = '1.2.0';

0 commit comments

Comments
 (0)