From cec5b9fd1925f5e0dbca4c82aa2acfc2ba2fc198 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 13 Apr 2015 16:43:27 -0400 Subject: [PATCH] Version tick 1.11.8 --- RELEASE-NOTES.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index c688996c2..4501d9331 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,9 @@ ## RELEASE NOTES +### Version 1.11.8 - April 13, 2015 + +**Bugs** +- **Build Tools** - Fixed `npm install` without `semantic.json` to merge changes with site theme and packaged themes in a similar fashion to `npm update` ### Version 1.11.7 - April 13, 2015 diff --git a/package.json b/package.json index c1120a017..f3b663ae4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "semantic-ui", - "version" : "1.11.7", + "version" : "1.11.8", "title" : "Semantic UI", "description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.", "homepage" : "http://www.semantic-ui.com",