Skip to content

Commit

Permalink
Release 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn committed Sep 13, 2015
1 parent f4159f2 commit c616a5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.4.0] - 2015-09-12

### Breaking Changes
- "request" extension moved to [jsonld-request][]. This was done to simplify
the core JSON-LD processing library. In particular, the extension pulled in
Expand All @@ -21,5 +23,6 @@
[jsonld-cli]: https://github.com/digitalbazaar/jsonld-cli
[jsonld-request]: https://github.com/digitalbazaar/jsonld-request

[Unreleased]: https://github.com/digitalbazaar/jsonld/compare/0.3.26...HEAD
[Unreleased]: https://github.com/digitalbazaar/jsonld/compare/0.4.0...HEAD
[0.4.0]: https://github.com/digitalbazaar/jsonld/compare/0.3.26...0.4.0
[0.3.26]: https://github.com/digitalbazaar/jsonld/compare/0.3.25...0.3.26
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonld",
"version": "0.3.27-dev",
"version": "0.4.0",
"description": "A JSON-LD Processor and API implementation in JavaScript.",
"homepage": "http://github.com/digitalbazaar/jsonld.js",
"author": {
Expand Down

0 comments on commit c616a5b

Please sign in to comment.