diff --git a/CHANGELOG.md b/CHANGELOG.md index dd00d96..5fabd63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ This change log follows the conventions of ## [Unreleased][Unreleased] +## [1.2.1] / 2016-01-21 + ### Fixed - Normalize *Classypedia* TOC spacing on Chrome. @@ -72,7 +74,8 @@ This change log follows the conventions of - Initial release. -[Unreleased]: https://github.com/razor-x/userstyles/compare/v1.2.0...HEAD +[Unreleased]: https://github.com/razor-x/userstyles/compare/v1.2.1...HEAD +[1.2.1]: https://github.com/razor-x/userstyles/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/razor-x/userstyles/compare/v1.1.2...v1.2.0 [1.1.2]: https://github.com/razor-x/userstyles/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/razor-x/userstyles/compare/v1.1.0...v1.1.1 diff --git a/bower.json b/bower.json index 0f8af59..c358436 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "userstyles", - "version": "1.2.0", + "version": "1.2.1", "description": "UserStyles on userstyles.org.", "main": "stylesheets/main.scss", "private": true, diff --git a/package.json b/package.json index de5bd2e..55865f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "userstyles", - "version": "1.2.0", + "version": "1.2.1", "description": "UserStyles on userstyles.org.", "main": "stylesheets/main.scss", "private": true,