Skip to content

Commit

Permalink
v1.14.1 Fix linting new line error (#38)
Browse files Browse the repository at this point in the history
* Fix linting error

* New version
  • Loading branch information
meselgroth authored and sonnyprince committed Oct 25, 2018
1 parent 26aa3b3 commit bd94546
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


v1.14.1
------------------------------
*October 25, 2018*

### Changed
- Fix existing linting new line error


v1.14.0
------------------------------
*October 24, 2018*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeat/f-icons",
"description": "Common icons for use in Fozzie projects.",
"version": "1.14.0",
"version": "1.14.1",
"files": [
"src"
],
Expand Down
2 changes: 1 addition & 1 deletion src/scss/partials/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@
.c-icon--localLegend--condensed {
height: 32px;
width: 56px;
}
}

0 comments on commit bd94546

Please sign in to comment.