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",