Skip to content

Commit 9b11835

Browse files
committed
Release 0.4.9.
1 parent c87be77 commit 9b11835

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased]
44

5+
## [0.4.9] - 2016-04-23
6+
7+
### Changed
8+
- Add optimizations for _compactIri.
9+
510
## [0.4.8] - 2016-04-14
611

712
### Fixed
@@ -76,7 +81,8 @@
7681
[jsonld-cli]: https://github.com/digitalbazaar/jsonld-cli
7782
[jsonld-request]: https://github.com/digitalbazaar/jsonld-request
7883

79-
[Unreleased]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.8...HEAD
84+
[Unreleased]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.9...HEAD
85+
[0.4.9]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.8...0.4.9
8086
[0.4.8]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.7...0.4.8
8187
[0.4.7]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.6...0.4.7
8288
[0.4.6]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.5...0.4.6

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonld",
3-
"version": "0.4.9-dev",
3+
"version": "0.4.9",
44
"description": "A JSON-LD Processor and API implementation in JavaScript.",
55
"authors": [
66
"Digital Bazaar, Inc."

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonld",
3-
"version": "0.4.9-dev",
3+
"version": "0.4.9",
44
"description": "A JSON-LD Processor and API implementation in JavaScript.",
55
"homepage": "http://github.com/digitalbazaar/jsonld.js",
66
"author": {

0 commit comments

Comments
 (0)