Skip to content

Commit f16223c

Browse files
committed
Release 0.4.8.
1 parent db9f2f4 commit f16223c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [0.4.8] - 2016-04-14
6+
57
### Fixed
68
- Revert es6-promise dependency to 2.x to avoid auto-polyfill behavior.
79

@@ -74,7 +76,8 @@
7476
[jsonld-cli]: https://github.com/digitalbazaar/jsonld-cli
7577
[jsonld-request]: https://github.com/digitalbazaar/jsonld-request
7678

77-
[Unreleased]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.7...HEAD
79+
[Unreleased]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.8...HEAD
80+
[0.4.8]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.7...0.4.8
7881
[0.4.7]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.6...0.4.7
7982
[0.4.6]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.5...0.4.6
8083
[0.4.5]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.4...0.4.5

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.8-dev",
3+
"version": "0.4.8",
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.8-dev",
3+
"version": "0.4.8",
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)