Skip to content

Commit

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

## [Unreleased]

## [0.2.0]
## [0.2.1]
### Added
- More tests.

### Changed
- Extend unescaped string characters.
- Stylistic update of grammar and docs.

## [0.2.0]
### Added
- New `json` mode with JSON mixed root types compatibility.

Expand Down Expand Up @@ -50,7 +57,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.2.0...master
[Unreleased]: https://github.com/burningtree/uson/compare/0.2.1...master
[0.2.1]: https://github.com/burningtree/uson/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/burningtree/uson/compare/0.1.3...0.2.0
[0.1.3]: https://github.com/burningtree/uson/compare/0.1.2...0.1.3
[0.1.2]: https://github.com/burningtree/uson/compare/0.1.1...0.1.2
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.2.0",
"version": "0.2.1",
"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.2.0",
"version": "0.2.1",
"description": "μson (uson) is a shorthand for JSON",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit b9b3891

Please sign in to comment.