Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Apr 2, 2019
1 parent 0c24b32 commit 5926009
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

<a name="v1.1.0"></a>
## [v1.1.0](https://github.com/rubensworks/streaming-jsonld-parser.js/compare/v1.0.1...v1.1.0) - 2019-04-02

### Added
* [Emit detected contexts via 'context' event](https://github.com/rubensworks/streaming-jsonld-parser.js/commit/a56c1e433072020a999a5595949b89681c378d76)

<a name="v1.0.1"></a>
## [v1.0.1](https://github.com/rubensworks/streaming-jsonld-parser.js/compare/v1.0.0...v1.0.1) - 2019-02-13

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonld-streaming-parser",
"version": "1.0.1",
"version": "1.1.0",
"description": "A fast and lightweight streaming JSON-LD parser",
"keywords": [
"json",
Expand Down Expand Up @@ -63,7 +63,9 @@
"tsConfig": "test/tsconfig.json"
}
},
"setupFilesAfterEnv": [ "jest-rdf" ],
"setupFilesAfterEnv": [
"jest-rdf"
],
"transform": {
"^.+\\.ts$": "ts-jest"
},
Expand Down

0 comments on commit 5926009

Please sign in to comment.