diff --git a/CHANGELOG.md b/CHANGELOG.md index aaf4b8ef..ba886eed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # Changelog +## 2.1.1 +* Adds skip-link feature for keyboard navigation. This is a required update for all 2.0 themes. + ## 2.1.0 * Color contrast accessibility fixes to comply with MWAS -* Added skip-link feature for keyboard navigation ## Unreleased diff --git a/bower.json b/bower.json index 1c0cd0c0..54b79394 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "responsive-foundation", - "version": "2.1.0", + "version": "2.1.1", "homepage": "https://github.com/bu-ist/responsive-foundation", "authors": [ "Mike Burns ", diff --git a/package.json b/package.json index 6508e463..2d74ecdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "responsive-foundation", - "version": "2.1.0", + "version": "2.1.1", "devDependencies": { "grunt": "~0.4.5", "grunt-bower-task": "^0.4.0",