Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Sep 15, 2020
1 parent 899e8e2 commit 5327f2b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

<a name="v1.6.0"></a>
## [v1.6.0](https://github.com/rubensworks/jest-rdf/compare/v1.5.0...v1.6.0) - 2020-09-15

### Added
* [Update matchers to support nested quads](https://github.com/rubensworks/jest-rdf/commit/899e8e2493172e7393b84d126bedfceeef61795d)

### Changed
* [Update to RDF/JS typings 4.x.x](https://github.com/rubensworks/jest-rdf/commit/c02c151ec8c364540b7f78cbc48ded7cdb11a191)

<a name="v1.5.0"></a>
## [v1.5.0](https://github.com/rubensworks/jest-rdf/compare/v1.4.0...v1.5.0) - 2020-01-24

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": "jest-rdf",
"version": "1.5.0",
"version": "1.6.0",
"description": "Jest utilities for RDF(JS)",
"keywords": [
"jest",
Expand Down Expand Up @@ -48,7 +48,9 @@
"typescript": "^3.0.1"
},
"jest": {
"setupFilesAfterEnv": [ "./index.js" ],
"setupFilesAfterEnv": [
"./index.js"
],
"transform": {
"^.+\\.ts$": "ts-jest"
},
Expand Down

0 comments on commit 5327f2b

Please sign in to comment.