Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Commit c32d81e

Browse files
committed
Updating changelog
1 parent f30277c commit c32d81e

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Change Log
22

3+
## [Unreleased](https://github.com/feathersjs/feathers-primus/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/feathersjs/feathers-primus/compare/v2.0.0...HEAD)
6+
7+
**Merged pull requests:**
8+
9+
- Update uws to version 0.12.0 🚀 [\#37](https://github.com/feathersjs/feathers-primus/pull/37) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
10+
11+
## [v2.0.0](https://github.com/feathersjs/feathers-primus/tree/v2.0.0) (2016-12-02)
12+
[Full Changelog](https://github.com/feathersjs/feathers-primus/compare/v1.4.1...v2.0.0)
13+
14+
**Closed issues:**
15+
16+
- uws [\#36](https://github.com/feathersjs/feathers-primus/issues/36)
17+
18+
**Merged pull requests:**
19+
20+
- Update feathers-memory to version 1.0.0 🚀 [\#35](https://github.com/feathersjs/feathers-primus/pull/35) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
21+
- Update feathers-commons to version 0.8.0 🚀 [\#34](https://github.com/feathersjs/feathers-primus/pull/34) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
22+
- Swapping rm to rifraf and using relative path to \_mocha for windows support [\#33](https://github.com/feathersjs/feathers-primus/pull/33) ([corymsmith](https://github.com/corymsmith))
23+
- Update primus to version 6.0.5 🚀 [\#32](https://github.com/feathersjs/feathers-primus/pull/32) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
24+
- jshint —\> semistandard [\#30](https://github.com/feathersjs/feathers-primus/pull/30) ([corymsmith](https://github.com/corymsmith))
25+
- adding code coverage [\#29](https://github.com/feathersjs/feathers-primus/pull/29) ([ekryski](https://github.com/ekryski))
26+
- Update feathers-memory to version 0.8.0 🚀 [\#24](https://github.com/feathersjs/feathers-primus/pull/24) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
27+
- Update mocha to version 3.0.0 🚀 [\#22](https://github.com/feathersjs/feathers-primus/pull/22) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
28+
29+
## [v1.4.1](https://github.com/feathersjs/feathers-primus/tree/v1.4.1) (2016-05-23)
30+
[Full Changelog](https://github.com/feathersjs/feathers-primus/compare/v1.4.0...v1.4.1)
31+
32+
**Merged pull requests:**
33+
34+
- Update feathers-socket-commons to version 2.0.0 🚀 [\#18](https://github.com/feathersjs/feathers-primus/pull/18) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
35+
- Update babel-plugin-add-module-exports to version 0.2.0 🚀 [\#17](https://github.com/feathersjs/feathers-primus/pull/17) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
36+
337
## [v1.4.0](https://github.com/feathersjs/feathers-primus/tree/v1.4.0) (2016-04-28)
438
[Full Changelog](https://github.com/feathersjs/feathers-primus/compare/v1.3.3...v1.4.0)
539

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@
2727
},
2828
"scripts": {
2929
"prepublish": "npm run compile",
30-
"publish": "git push origin && git push origin --tags",
30+
"publish": "git push origin --tags && npm run changelog && git push origin",
3131
"release:patch": "npm version patch && npm publish",
3232
"release:minor": "npm version minor && npm publish",
3333
"release:major": "npm version major && npm publish",
34+
"changelog": "github_changelog_generator && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
3435
"compile": "rimraf -rf lib/ && babel -d lib/ src/",
3536
"watch": "babel --watch -d lib/ src/",
3637
"lint": "eslint-if-supported semistandard --fix",

0 commit comments

Comments
 (0)