From e64846b7b7fc37705354fa6290a4f2bd6c81e520 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Wed, 11 Aug 2021 17:00:31 +0200 Subject: [PATCH] 1.7.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e02076..df57f14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. + +## [v1.7.0](https://github.com/rubensworks/jest-rdf/compare/v1.6.0...v1.7.0) - 2021-08-11 + +### Changed +* [Migrate to @rdfjs/types](https://github.com/rubensworks/jest-rdf/commit/7b4dca33483a11df580097ca95cf47749c5fa054) + ## [v1.6.0](https://github.com/rubensworks/jest-rdf/compare/v1.5.0...v1.6.0) - 2020-09-15 diff --git a/package.json b/package.json index 1d31cfd..8f32628 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-rdf", - "version": "1.6.0", + "version": "1.7.0", "description": "Jest utilities for RDF(JS)", "keywords": [ "jest",