Skip to content

Commit 177018a

Browse files
committed
1.12.2
1 parent 0475fbc commit 177018a

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

Diff for: HISTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.12.2 (January 16, 2018)
2+
3+
- Fixed data URI inlining to inline SVG resouces
4+
- Fixed infinite recursion on CSS minification
5+
16
## 1.12.1 (November 13, 2017)
27

38
- Fixed issue with `mime` that breaks a build

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "basisjs-tools-build",
33
"title": "Basis.js build tools",
4-
"version": "1.12.1",
4+
"version": "1.12.2",
55
"homepage": "https://github.com/basisjs/basisjs-tools",
66
"description": "Build tools for basis.js framework",
77
"author": "Roman Dvornov <[email protected]>",
@@ -38,17 +38,17 @@
3838
"travis": "npm run lint-and-test"
3939
},
4040
"dependencies": {
41-
"basisjs-tools-ast": "~1.6.0",
41+
"basisjs-tools-ast": "~1.6.1",
4242
"basisjs-tools-config": "~1.1.0",
4343
"chalk": "^2.3.0",
4444
"clap": "^1.2.3",
4545
"es6-promise-polyfill": "^1.2.0",
4646
"fixed-width-string": "^1.0.0",
47-
"mime": "~2.0.3",
47+
"mime": "^2.0.5",
4848
"minimatch": "^3.0.2",
4949
"resolve": "^1.1.7",
5050
"seedrandom": "~2.4.2",
51-
"uglify-es": "~3.1.8"
51+
"uglify-es": "^3.1.10"
5252
},
5353
"devDependencies": {
5454
"eslint": "^2.2.0",

0 commit comments

Comments
 (0)