Updated CHANGELOG, version bump to 0.2.6
This commit is contained in:
parent
693c1248fc
commit
50de6641bd
|
@ -4,5 +4,6 @@
|
||||||
"indent_level": 0,
|
"indent_level": 0,
|
||||||
"indent_with_tabs": false,
|
"indent_with_tabs": false,
|
||||||
"preserve_newlines": true,
|
"preserve_newlines": true,
|
||||||
"max_preserve_newlines": 2
|
"max_preserve_newlines": 2,
|
||||||
|
"jslint_happy": true
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
|
# v0.2.6 (2014-05-15)
|
||||||
|
- version bump
|
||||||
|
- added `"jslint_happy": true` to own `.jsbeautifierrc`
|
||||||
|
|
||||||
|
# v0.2.5 (2014-05-14)
|
||||||
|
- fixed issue #7 (Place cursor back to edited place after beautifying)
|
||||||
|
- fixed issue #8 (Ignore jsbeautify when editing .jsbeautifyrc in place)
|
||||||
|
|
||||||
# v0.2.3 (2014-05-13)
|
# v0.2.3 (2014-05-13)
|
||||||
|
|
||||||
- support `.jsbeautifierrc` (thanks @karolyi)
|
- support `.jsbeautifierrc` (thanks @karolyi)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "atom-beautify",
|
"name": "atom-beautify",
|
||||||
"main": "./lib/atom-beautify",
|
"main": "./lib/atom-beautify",
|
||||||
"version": "0.2.5",
|
"version": "0.2.6",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Beautify HTML, CSS and Javascript in Atom",
|
"description": "Beautify HTML, CSS and Javascript in Atom",
|
||||||
"repository": "https://github.com/donaldpipowitch/atom-beautify",
|
"repository": "https://github.com/donaldpipowitch/atom-beautify",
|
||||||
|
|
Loading…
Reference in New Issue