Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
burningtree committed Apr 15, 2015
1 parent d3f5e13 commit 312e474
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.3.2]
### Added
- [cli] Option `-f, --form` for output to Query string.

## [0.3.1]
### Fixed
- Fix unescaped strings and problems with ending `}`.
Expand Down Expand Up @@ -76,7 +80,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## 0.1.0 - 2014-04-05
- Initial release.

[Unreleased]: https://github.com/burningtree/uson/compare/0.3.1...master
[Unreleased]: https://github.com/burningtree/uson/compare/0.3.2...master
[0.3.2]: https://github.com/burningtree/uson/compare/0.3.1...0.3.2
[0.3.1]: https://github.com/burningtree/uson/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/burningtree/uson/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/burningtree/uson/compare/0.2.0...0.2.1
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "uson",
"main": "dist/uson.min.js",
"version": "0.3.1",
"version": "0.3.2",
"homepage": "https://github.com/burningtree/uson",
"authors": [
"Jan Stránský <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uson",
"version": "0.3.1",
"version": "0.3.2",
"description": "μson (uson) is a shorthand for JSON",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 312e474

Please sign in to comment.