diff --git a/History.md b/History.md index 6777c93..99bbca7 100644 --- a/History.md +++ b/History.md @@ -1,40 +1,38 @@ +# 1.4.0 / 2020-06-27 -1.3.0 / 2017-01-25 -================== +- CDNJS update to support each individual .svg logo +- NEW: Salesforce icon - * NEW: GitLab icon - * NEW: discordapp icon - * NEW: ASKfm icon - * NEW: WWW icon for simple URL - * NEW: DeviantArt icon - * NEW: BetaSeries icon - * NEW: Slack icon - * NEW: Style Houzz Icon - * FIX: missing background colors +# 1.3.0 / 2017-01-25 -1.2.0 / 2016-01-03 -================== +- NEW: GitLab icon +- NEW: discordapp icon +- NEW: ASKfm icon +- NEW: WWW icon for simple URL +- NEW: DeviantArt icon +- NEW: BetaSeries icon +- NEW: Slack icon +- NEW: Style Houzz Icon +- FIX: missing background colors - * NEW: Twitch icon. Thanks @inquam - * NEW: join.me icon. Might be a bit broken. Thanks @suttonj +# 1.2.0 / 2016-01-03 -1.1.1 / 2015-07-04 -================== +- NEW: Twitch icon. Thanks @inquam +- NEW: join.me icon. Might be a bit broken. Thanks @suttonj - * FIX: broken bower.json +# 1.1.1 / 2015-07-04 -1.1.0 / 2015-07-03 -================== +- FIX: broken bower.json - * NEW: now also distributed on NPM - * NEW: website is now published trough the same repo (thanks @crowmagnumb !) - * CHANGE: official instagram icon - * FIX: general code and packaging cleanup +# 1.1.0 / 2015-07-03 -1.0.0 / 2015-04-11 -================== +- NEW: now also distributed on NPM +- NEW: website is now published trough the same repo (thanks @crowmagnumb !) +- CHANGE: official instagram icon +- FIX: general code and packaging cleanup + +# 1.0.0 / 2015-04-11 First versioned release ! Recently added fontcustom support. - diff --git a/LICENSE b/LICENSE index fbf0251..d65364b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2011-2015 Sam Collins (@smcllns) and contributors +Copyright (c) 2011-2020 Sam Collins (@smcllns) and contributors MIT License diff --git a/package.json b/package.json index 5eba922..e440193 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "css-social-buttons", "description": "Zocial CSS social buttons.", - "version": "1.3.0", + "version": "1.4.0", "keywords": [ "css", "font", @@ -25,6 +25,7 @@ "license": "MIT", "files": [ "LICENCE", - "css/*" + "css/*", + "src/*.svg" ] }