Skip to content

Commit

Permalink
Release (#1009)
Browse files Browse the repository at this point in the history
* update CHANGELOG for new minor release

* 1.1.0
  • Loading branch information
pmcb55 authored Oct 1, 2023
1 parent 3e91478 commit be6e2ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

## Unreleased

## 1.1.0 2023/10/01

- Add the ability to retrieve all the RDF:type values for any vocab term.
- Add convenience methods to ask if a vocab term is a Class or a Property (using
RDF, RDFS, and OWL definitions of Class and Property).
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inrupt/solid-common-vocab",
"version": "1.0.1",
"version": "1.1.0",
"description": "Implementation of Solid Common Vocab, with minimal RDF library dependencies.",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit be6e2ff

Please sign in to comment.