From d8b0e34a893bc18262f437b0020edcaaf1d770da Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Mon, 2 May 2016 10:38:13 -0700 Subject: [PATCH] v1.2.2 --- CHANGELOG.md | 5 ++++- bower.json | 2 +- npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ac1261..b9d78f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ This change log follows the conventions of ## [Unreleased][Unreleased] +## [1.2.2] / 2016-05-02 + ### Changed - Set `tab-size: 2` for GitHub code. @@ -78,7 +80,8 @@ This change log follows the conventions of - Initial release. -[Unreleased]: https://github.com/razor-x/userstyles/compare/v1.2.1...HEAD +[Unreleased]: https://github.com/razor-x/userstyles/compare/v1.2.2...HEAD +[1.2.2]: https://github.com/razor-x/userstyles/compare/v1.2.1...v1.2.2 [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 diff --git a/bower.json b/bower.json index c358436..bb69fc4 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "userstyles", - "version": "1.2.1", + "version": "1.2.2", "description": "UserStyles on userstyles.org.", "main": "stylesheets/main.scss", "private": true, diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 461fa43..e35423f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "userstyles", - "version": "1.2.1", + "version": "1.2.2", "dependencies": { "abbrev": { "version": "1.0.7", diff --git a/package.json b/package.json index 55865f9..3289bb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "userstyles", - "version": "1.2.1", + "version": "1.2.2", "description": "UserStyles on userstyles.org.", "main": "stylesheets/main.scss", "private": true,