Skip to content

Commit

Permalink
0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruedap committed May 28, 2018
1 parent 73f0ab1 commit 6efb71b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="0.15.0"></a>
# [0.15.0](https://github.com/ruedap/emma.css/compare/v0.14.0...v0.15.0) (2018-05-28)


### Features

* Add snippets `fx0`, `fx1`, `fx2`, `fx3` ([2c7c200](https://github.com/ruedap/emma.css/commit/2c7c200))
* Declare variables of font-family ([6e97b9f](https://github.com/ruedap/emma.css/commit/6e97b9f))
* Declare variables of font-weight ([370db6e](https://github.com/ruedap/emma.css/commit/370db6e))
* Remove snippets `ff-a`, `ff-t`, `ff-v`, `ff-l`, `ff-ja` ([f3a0cdc](https://github.com/ruedap/emma.css/commit/f3a0cdc))


### BREAKING CHANGES

* Several snippets of the font-family have been deleted.



<a name="0.14.0"></a>
# [0.14.0](https://github.com/ruedap/emma.css/compare/v0.13.0...v0.14.0) (2018-04-19)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emma.css",
"version": "0.14.0",
"version": "0.15.0",
"description": "Emma.css { emmet-like utility classes }",
"scripts": {
"build": "npm run clean && npm run compile && npm run test",
Expand Down

0 comments on commit 6efb71b

Please sign in to comment.