Skip to content

Commit e3d6dc8

Browse files
committed
Updating changelog
1 parent b6d6f7f commit e3d6dc8

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,57 @@
1-
# Change Log
1+
# Changelog
2+
3+
## [v2.1.0](https://github.com/compwright/feathers-bee-queue/tree/v2.1.0) (2020-12-16)
4+
5+
[Full Changelog](https://github.com/compwright/feathers-bee-queue/compare/v2.0.2...v2.1.0)
6+
7+
**Merged pull requests:**
8+
9+
- Bump lodash from 4.17.15 to 4.17.19 [\#4](https://github.com/compwright/feathers-bee-queue/pull/4) ([dependabot[bot]](https://github.com/apps/dependabot))
10+
11+
## [v2.0.2](https://github.com/compwright/feathers-bee-queue/tree/v2.0.2) (2020-03-31)
12+
13+
[Full Changelog](https://github.com/compwright/feathers-bee-queue/compare/v2.0.1...v2.0.2)
14+
15+
**Merged pull requests:**
16+
17+
- Bump acorn from 7.1.0 to 7.1.1 [\#3](https://github.com/compwright/feathers-bee-queue/pull/3) ([dependabot[bot]](https://github.com/apps/dependabot))
218

319
## [v2.0.1](https://github.com/compwright/feathers-bee-queue/tree/v2.0.1) (2019-12-31)
20+
421
[Full Changelog](https://github.com/compwright/feathers-bee-queue/compare/v2.0.0...v2.0.1)
522

623
**Merged pull requests:**
724

825
- Bump handlebars from 4.1.2 to 4.5.3 [\#2](https://github.com/compwright/feathers-bee-queue/pull/2) ([dependabot[bot]](https://github.com/apps/dependabot))
926

1027
## [v2.0.0](https://github.com/compwright/feathers-bee-queue/tree/v2.0.0) (2019-08-31)
28+
1129
[Full Changelog](https://github.com/compwright/feathers-bee-queue/compare/v1.0.5...v2.0.0)
1230

1331
## [v1.0.5](https://github.com/compwright/feathers-bee-queue/tree/v1.0.5) (2019-08-31)
32+
1433
[Full Changelog](https://github.com/compwright/feathers-bee-queue/compare/v1.0.4...v1.0.5)
1534

1635
## [v1.0.4](https://github.com/compwright/feathers-bee-queue/tree/v1.0.4) (2019-08-31)
36+
1737
[Full Changelog](https://github.com/compwright/feathers-bee-queue/compare/v1.0.3...v1.0.4)
1838

1939
## [v1.0.3](https://github.com/compwright/feathers-bee-queue/tree/v1.0.3) (2019-08-17)
40+
2041
[Full Changelog](https://github.com/compwright/feathers-bee-queue/compare/v1.0.2...v1.0.3)
2142

2243
## [v1.0.2](https://github.com/compwright/feathers-bee-queue/tree/v1.0.2) (2019-06-29)
44+
2345
[Full Changelog](https://github.com/compwright/feathers-bee-queue/compare/v1.0.1...v1.0.2)
2446

2547
## [v1.0.1](https://github.com/compwright/feathers-bee-queue/tree/v1.0.1) (2019-06-28)
48+
2649
[Full Changelog](https://github.com/compwright/feathers-bee-queue/compare/v1.0.0...v1.0.1)
2750

2851
## [v1.0.0](https://github.com/compwright/feathers-bee-queue/tree/v1.0.0) (2019-06-26)
2952

53+
[Full Changelog](https://github.com/compwright/feathers-bee-queue/compare/98866e9c4f112b8c83ffda04f888135288f0b102...v1.0.0)
54+
55+
3056

31-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
57+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"release:patch": "npm version patch && npm publish",
3333
"release:minor": "npm version minor && npm publish",
3434
"release:major": "npm version major && npm publish",
35-
"changelog": "github_changelog_generator && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
35+
"changelog": "github_changelog_generator -u compwright -p feathers-bee-queue && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
3636
"lint": "semistandard lib/*.js lib/**/*.js test/*.js test/**/*.js --fix",
3737
"mocha": "mocha --recursive test/ --exit",
3838
"coverage": "nyc npm run mocha",

0 commit comments

Comments
 (0)