Skip to content

Commit

Permalink
1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Jan 16, 2018
1 parent 0475fbc commit 177018a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.12.2 (January 16, 2018)

- Fixed data URI inlining to inline SVG resouces
- Fixed infinite recursion on CSS minification

## 1.12.1 (November 13, 2017)

- Fixed issue with `mime` that breaks a build
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "basisjs-tools-build",
"title": "Basis.js build tools",
"version": "1.12.1",
"version": "1.12.2",
"homepage": "https://github.com/basisjs/basisjs-tools",
"description": "Build tools for basis.js framework",
"author": "Roman Dvornov <[email protected]>",
Expand Down Expand Up @@ -38,17 +38,17 @@
"travis": "npm run lint-and-test"
},
"dependencies": {
"basisjs-tools-ast": "~1.6.0",
"basisjs-tools-ast": "~1.6.1",
"basisjs-tools-config": "~1.1.0",
"chalk": "^2.3.0",
"clap": "^1.2.3",
"es6-promise-polyfill": "^1.2.0",
"fixed-width-string": "^1.0.0",
"mime": "~2.0.3",
"mime": "^2.0.5",
"minimatch": "^3.0.2",
"resolve": "^1.1.7",
"seedrandom": "~2.4.2",
"uglify-es": "~3.1.8"
"uglify-es": "^3.1.10"
},
"devDependencies": {
"eslint": "^2.2.0",
Expand Down

0 comments on commit 177018a

Please sign in to comment.