diff --git a/.changeset/famous-dingos-cry.md b/.changeset/famous-dingos-cry.md deleted file mode 100644 index 0113a041..00000000 --- a/.changeset/famous-dingos-cry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@vocabulary/sh": patch ---- - -`sh:string` should have been `xsd:string` - diff --git a/ontologies/sh/CHANGELOG.md b/ontologies/sh/CHANGELOG.md index ad593c50..02f3cc16 100644 --- a/ontologies/sh/CHANGELOG.md +++ b/ontologies/sh/CHANGELOG.md @@ -1,5 +1,11 @@ # @vocabulary/sh +## 1.1.1 + +### Patch Changes + +- 9d582b8: `sh:string` should have been `xsd:string` + ## 1.1.0 ### Minor Changes diff --git a/ontologies/sh/package.json b/ontologies/sh/package.json index 673b7b32..981a25de 100644 --- a/ontologies/sh/package.json +++ b/ontologies/sh/package.json @@ -1,6 +1,6 @@ { "name": "@vocabulary/sh", - "version": "1.1.0", + "version": "1.1.1", "type": "module", "main": "index.js", "scripts": {