Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Americas committed Feb 8, 2019
1 parent 3e1b523 commit 15de67f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v2.0.2](https://github.com/uphold/koa-requestid/releases/tag/v2.0.2) (2019-02-08)
- Update travis shield [\#13](https://github.com/uphold/koa-requestid/pull/13) ([Americas](https://github.com/Americas))
- Add changelog generator [\#12](https://github.com/uphold/koa-requestid/pull/12) ([Americas](https://github.com/Americas))
- Add Typescript definitions [\#10](https://github.com/uphold/koa-requestid/pull/10) ([sjmcdowall](https://github.com/sjmcdowall))
- Improve version command readability [\#9](https://github.com/uphold/koa-requestid/pull/9) ([ruimarinho](https://github.com/ruimarinho))
- Add LICENSE [\#8](https://github.com/uphold/koa-requestid/pull/8) ([ruimarinho](https://github.com/ruimarinho))
- Use node env on jest tests [\#7](https://github.com/uphold/koa-requestid/pull/7) ([ruimarinho](https://github.com/ruimarinho))
- Fix linting of index.js [\#6](https://github.com/uphold/koa-requestid/pull/6) ([ruimarinho](https://github.com/ruimarinho))

## [v2.0.1](https://github.com/uphold/koa-requestid/releases/tag/v2.0.1) (2017-03-21)
- Remove unnecessary quotes from .travis.yml [\#5](https://github.com/uphold/koa-requestid/pull/5) ([ruimarinho](https://github.com/ruimarinho))
- Ignore unnecessary package content on npm publish [\#4](https://github.com/uphold/koa-requestid/pull/4) ([ruimarinho](https://github.com/ruimarinho))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-requestid",
"version": "2.0.1",
"version": "2.0.2",
"description": "A middleware that adds a request id to a koa application",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit 15de67f

Please sign in to comment.