Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
* dev:
  v0.4.1
  node >=0.8.0 for this time
  • Loading branch information
deepsweet committed Nov 18, 2013
2 parents 7e63266 + 9a8b132 commit c7968c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: node_js language: node_js


node_js: node_js:
- 0.6
- 0.8 - 0.8
- 0.10 - 0.10
- 0.11 - 0.11
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
### [ [>](https://github.com/svg/svgo/tree/v0.4.1) ] 0.4.1 / 18.11.2013
* node >=0.8.0

### [ [>](https://github.com/svg/svgo/tree/v0.4.0) ] 0.4.0 / 18.11.2013 ### [ [>](https://github.com/svg/svgo/tree/v0.4.0) ] 0.4.0 / 18.11.2013
* merge almost all pull-requests * merge almost all pull-requests
* update dependencies * update dependencies
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{ {
"name": "svgo", "name": "svgo",
"version": "0.4.0", "version": "0.4.1",
"description": "Nodejs-based tool for optimizing SVG vector graphics files", "description": "Nodejs-based tool for optimizing SVG vector graphics files",
"keywords": [ "svgo", "svg", "optimize", "minify" ], "keywords": [ "svgo", "svg", "optimize", "minify" ],
"homepage": "http://svg.github.com/svgo/", "homepage": "http://svg.github.com/svgo/",
Expand Down Expand Up @@ -49,7 +49,7 @@
"coveralls": "" "coveralls": ""
}, },
"engines": { "engines": {
"node": ">=0.6.0" "node": ">=0.8.0"
}, },
"licenses": [{ "licenses": [{
"type": "MIT", "type": "MIT",
Expand Down

0 comments on commit c7968c0

Please sign in to comment.