Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Apr 2, 2019
1 parent 18d4cce commit a1c22eb
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.2.1"></a>
## [v1.2.1](https://github.com/rdfjs/rdfxml-streaming-parser.js/compare/v1.2.0...v1.2.1) - 2019-04-02

### Fixed
* [Fix doctype entities not being considered in base IRIs, Closes #10](https://github.com/rdfjs/rdfxml-streaming-parser.js/commit/3cda7e18839200e1130af06de23128dd56f24e41)

<a name="v1.2.0"></a>
## [v1.2.0](https://github.com/rdfjs/rdfxml-streaming-parser.js/compare/v1.1.0...v1.2.0) - 2019-01-28

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": "rdfxml-streaming-parser",
"version": "1.2.0",
"version": "1.2.1",
"description": "Streaming RDF/XML parser",
"keywords": [
"rdf/xml",
Expand Down Expand Up @@ -55,7 +55,9 @@
"tsConfig": "test/tsconfig.json"
}
},
"setupFilesAfterEnv": [ "jest-rdf" ],
"setupFilesAfterEnv": [
"jest-rdf"
],
"transform": {
"^.+\\.ts$": "ts-jest"
},
Expand Down

0 comments on commit a1c22eb

Please sign in to comment.