Changelog and package.json update
This commit is contained in:
parent
08fa230f71
commit
183cbafb3d
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
# v0.29.0
|
# v0.29.0
|
||||||
- Closes [#447](https://github.com/Glavin001/atom-beautify/issues/447). Improved Handlebars language support
|
- Closes [#447](https://github.com/Glavin001/atom-beautify/issues/447). Improved Handlebars language support
|
||||||
|
- Closes [#384](https://github.com/Glavin001/atom-beautify/issues/384). Add [latexindent.pl](https://github.com/cmhughes/latexindent.pl) beautifier for LaTeX language
|
||||||
|
|
||||||
# v0.26.0 (2015-05-03)
|
# v0.26.0 (2015-05-03)
|
||||||
- Closes [#176](https://github.com/Glavin001/atom-beautify/issues/176). Add [gofmt](http://golang.org/cmd/gofmt/) beautifier for Go language
|
- Closes [#176](https://github.com/Glavin001/atom-beautify/issues/176). Add [gofmt](http://golang.org/cmd/gofmt/) beautifier for Go language
|
||||||
|
|
|
@ -66,6 +66,10 @@
|
||||||
{
|
{
|
||||||
"name": "Luis Arias",
|
"name": "Luis Arias",
|
||||||
"url": "https://github.com/kaaloo"
|
"url": "https://github.com/kaaloo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Bati Sengul",
|
||||||
|
"url": "https://github.com/Focus"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
Loading…
Reference in New Issue