Skip to content

Commit 60ff070

Browse files
committed
Release 1.1.0-next.1
1 parent 1a2e38e commit 60ff070

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

.changeset/long-files-look.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@rdfjs/types": patch
3+
---
4+
5+
Make queryable metadata types configurable

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
},
77
"changesets": [
88
"friendly-lies-suffer",
9+
"long-files-look",
910
"seven-shrimps-build",
1011
"tough-guests-flash"
1112
]

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @rdfjs/types
22

3+
## 1.1.0-next.1
4+
5+
### Patch Changes
6+
7+
- Make queryable metadata types configurable
8+
39
## 1.1.0-next.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rdfjs/types",
3-
"version": "1.1.0-next.0",
3+
"version": "1.1.0-next.1",
44
"license": "MIT",
55
"types": "index.d.ts",
66
"author": {

0 commit comments

Comments
 (0)