From 15de67f8382d7f361039efa0d99070c637b65488 Mon Sep 17 00:00:00 2001 From: Paulo Ricardo Lopes Date: Fri, 8 Feb 2019 14:57:26 +0000 Subject: [PATCH] Release 2.0.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 714a80f..598ab17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 0f3746b..2c1c666 100644 --- a/package.json +++ b/package.json @@ -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",