Skip to content

Commit 5155217

Browse files
committed
Release 0.4.5.
1 parent b9b2f7e commit 5155217

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [0.4.5] - 2016-01-19
6+
7+
### Fixed
8+
- N-Quads comments pattern.
9+
- Local tests.
10+
511
## [0.4.4] - 2016-01-08
612

713
### Fixed
@@ -52,7 +58,8 @@
5258
[jsonld-cli]: https://github.com/digitalbazaar/jsonld-cli
5359
[jsonld-request]: https://github.com/digitalbazaar/jsonld-request
5460

55-
[Unreleased]: https://github.com/digitalbazaar/jsonld/compare/0.4.4...HEAD
61+
[Unreleased]: https://github.com/digitalbazaar/jsonld/compare/0.4.5...HEAD
62+
[0.4.5]: https://github.com/digitalbazaar/jsonld/compare/0.4.4...0.4.5
5663
[0.4.4]: https://github.com/digitalbazaar/jsonld/compare/0.4.3...0.4.4
5764
[0.4.3]: https://github.com/digitalbazaar/jsonld/compare/0.4.2...0.4.3
5865
[0.4.2]: https://github.com/digitalbazaar/jsonld/compare/0.4.1...0.4.2

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