Skip to content

Commit 0add031

Browse files
committed
1.2.3
1 parent d9ba241 commit 0add031

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
sudo: false
21
language: node_js
32

43
node_js:
5-
- '5'
4+
- '6'
65
- '4'
76

87
matrix:

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.2.3 - 2016-04-28
2+
3+
- Fixed: wrong rouding in some edge cases
4+
([#10](https://github.com/MoOx/reduce-css-calc/pull/10))
5+
16
# 1.2.2 - 2016-04-19
27

38
- Fixed: Don't reduce expression containing CSS variables.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reduce-css-calc",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Reduce CSS calc() function to the maximum",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)