From 9cfe626f7937617227574fa784443001bec0aac1 Mon Sep 17 00:00:00 2001 From: dmh Date: Mon, 20 Feb 2017 18:02:36 +0200 Subject: [PATCH] Release 1.1.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0715bcf..f968cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +#### v1.1.0 `February 20, 2017` +- **[FEATURE]** add styles for new content element Hero Image (#41) ([92eb484](https://github.com/t3kit/felayout_bluemountain/commit/92eb484)) +- **[FIX]** main menu dropdown columns , fix arrow position (#42) ([483aae6](https://github.com/t3kit/felayout_bluemountain/commit/483aae6)) + +*** + #### v1.0.0 `January 24, 2017` - **[FIX]** remove css lint grunt check, fix CI tests ([055ff5f](https://github.com/t3kit/felayout_bluemountain/commit/055ff5f)) - **[BUGFIX]** fix aligning of news pagination and news tags while text is short ([931b94f](https://github.com/t3kit/felayout_bluemountain/commit/931b94f)) diff --git a/package.json b/package.json index c6f3531..a4be9ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "felayout_bluemountain", - "version": "1.0.0", + "version": "1.1.0", "description": "Front-End layout for theme_t3kit_bluemountain project", "license": "MIT", "repository": "t3kit/felayout_bluemountain",