Skip to content

Commit

Permalink
Prep for v1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
smcllns committed Jun 27, 2020
1 parent 07f129f commit 306c065
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 30 deletions.
52 changes: 25 additions & 27 deletions History.md
Original file line number Diff line number Diff line change
@@ -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.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2011-2015 Sam Collins (@smcllns) and contributors
Copyright (c) 2011-2020 Sam Collins (@smcllns) and contributors

MIT License

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "css-social-buttons",
"description": "Zocial CSS social buttons.",
"version": "1.3.0",
"version": "1.4.0",
"keywords": [
"css",
"font",
Expand All @@ -25,6 +25,7 @@
"license": "MIT",
"files": [
"LICENCE",
"css/*"
"css/*",
"src/*.svg"
]
}

0 comments on commit 306c065

Please sign in to comment.