From 30ad4c457884161d0f95c811221de6bf186784ab Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Wed, 7 Feb 2024 09:05:51 +0100 Subject: [PATCH] 1.3.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3adc0ed..0ff0a42 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.3.2](https://github.com/rubensworks/rdf-literal.js/compare/v1.3.1...v1.3.2) - 2024-02-07 + +### Changed +* [Use rdfjs/types instead of types/rdfjs](https://github.com/rubensworks/rdf-literal.js/commit/4d891752b0c9d59301a2ff18c74d2784372013c3) + ## [v1.3.1](https://github.com/rubensworks/rdf-literal.js/compare/v1.3.0...v1.3.1) - 2022-11-09 diff --git a/package.json b/package.json index 434a737..64af26f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdf-literal", - "version": "1.3.1", + "version": "1.3.2", "description": "Translates between RDF literals and JavaScript primitives", "keywords": [ "rdf",