Skip to content

Commit 8865a41

Browse files
committed
Merge pull request #77 from jimfleming/fix_bump
Bumping version and updating changelog for fix
2 parents 3aade8a + a5f11a1 commit 8865a41

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,11 @@ Links
177177
Changelog
178178
---
179179

180+
### v0.3.1
181+
182+
- Fixed bug when searching for expressions within BlockStatement or Program body
183+
- Added JSON support
184+
180185
### v0.3.0
181186

182187
- Added CONTRIBUTING

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jsfmt",
33
"description": "gofmt for javascript",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"homepage": "https://github.com/rdio/jsfmt",
66
"main": "./lib/index.js",
77
"engines": {

0 commit comments

Comments
 (0)