From 91970a7ec4923a008d43cae793395fb04b3ceabe Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 28 Aug 2019 04:34:04 +0000 Subject: [PATCH] chore(release): 0.42.1 [skip ci] ## [0.42.1](https://github.com/qantasairways/runway/compare/v0.42.0...v0.42.1) (2019-08-28) ### Bug Fixes * **typeahead:** add onKeyDown prop ([#123](https://github.com/qantasairways/runway/issues/123)) ([85a8245](https://github.com/qantasairways/runway/commit/85a8245)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e8891c..e31a8578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.42.1](https://github.com/qantasairways/runway/compare/v0.42.0...v0.42.1) (2019-08-28) + + +### Bug Fixes + +* **typeahead:** add onKeyDown prop ([#123](https://github.com/qantasairways/runway/issues/123)) ([85a8245](https://github.com/qantasairways/runway/commit/85a8245)) + # [0.42.0](https://github.com/qantasairways/runway/compare/v0.41.2...v0.42.0) (2019-08-21) diff --git a/package-lock.json b/package-lock.json index 1e489365..807fbe1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@qantasairways/runway", - "version": "0.42.0", + "version": "0.42.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ac938dbf..23cd49ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qantasairways/runway", - "version": "0.42.0", + "version": "0.42.1", "description": "Qantas Style Guide", "main": "./lib/index.js", "module": "./lib/index.js",