diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e0f92..cb8aa91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # clownface-shacl-path +## 2.3.0 + +### Minor Changes + +- d4af8b4: Allow calling `toSparql` with a path object + ## 2.2.0 ### Minor Changes diff --git a/package.json b/package.json index b7d67b7..72e30e2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "clownface-shacl-path", "description": "Find nodes in graph by following SHACL Paths", - "version": "2.2.0", + "version": "2.3.0", "main": "index.js", "type": "module", "files": [ diff --git a/test/index.test.ts b/test/index.test.ts index bca1955..39c320d 100644 --- a/test/index.test.ts +++ b/test/index.test.ts @@ -409,7 +409,7 @@ describe('clownface-shacl-path', () => { }) describe('toSparql', () => { - it('accepts existing pat object', () => { + it('accepts existing path object', () => { // given const path = new PredicatePath(schema.knows)