Skip to content

Commit

Permalink
v1.11.1 - Added redeem giftcard to header docs to fix global componen…
Browse files Browse the repository at this point in the history
…t library (#88)

* Added redeem giftcard to header docs to fix global component library

* updated changelog
  • Loading branch information
Parkyster authored and DamianMullins committed Jun 19, 2019
1 parent e2477b8 commit 2a77cff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

v1.11.1
------------------------------
*June 19, 2019*

### Added
- Added redeemGiftCard to header docs

v1.11.0
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeat/f-header",
"description": "Fozzie Header – Header Component for Just Eat projects",
"version": "1.11.0",
"version": "1.11.1",
"main": "dist/js/index.js",
"files": [
"dist",
Expand Down
1 change: 1 addition & 0 deletions src/templates/resources/header-docs-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"logoUrl": "/assets/img/logos/je-logo.v2.svg",
"languageSwitchText": "EN",
"isOrderCountSupported": true,
"redeemGiftcard": "Redeem a gift card",
"alternativeLanguageLinks": [
{
"language": "fr",
Expand Down

0 comments on commit 2a77cff

Please sign in to comment.