- commit
- 08daf2d3ba756f7728be723babf1a3dfdc7ab7ec
- parent
- 931995a415288b1f0231f8a027e019c03eb5bf5e
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2017-07-21 16:31
bump version to 0.4.2
Diffstat
| M | CHANGES.md | 6 | ++++++ |
| M | bower.json | 2 | +- |
| M | package.json | 2 | +- |
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
@@ -1,3 +1,9 @@ -1 1 0.4.2 (2017-07-21) -1 2 ------------------ -1 3 -1 4 - contrast: refine `pow()` approximation that was introduced in 0.4.0 -1 5 - contrast: add new function `contrast-stretch()` -1 6 1 7 0.4.1 (2017-07-12) 2 8 ------------------ 3 9
diff --git a/bower.json b/bower.json
@@ -1,6 +1,6 @@ 1 1 { 2 2 "name": "sass-planifolia",3 -1 "version": "0.4.1",-1 3 "version": "0.4.2", 4 4 "description": "Vanilla Sass helper functions", 5 5 "main": "index.js", 6 6 "authors": [
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@ 1 1 { 2 2 "name": "sass-planifolia",3 -1 "version": "0.4.1",-1 3 "version": "0.4.2", 4 4 "description": "Vanilla Sass helper functions", 5 5 "main": "index.js", 6 6 "dependencies": {},