Skip to content

Commit

Permalink
Release (#906)
Browse files Browse the repository at this point in the history
* Update CHANGELOG

* 3.1.0
  • Loading branch information
pmcb55 authored Oct 2, 2023
1 parent 9bd3b15 commit 22f09ac
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 @@ -10,6 +10,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

### New features

## 3.1.0 2023-10-02

- Support has been added for Node 18 and Node 20.
- Updated JS/TS templates to provide RDF type metadata for vocab terms if
generating using Solid Common Vocab JS.
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/artifact-generator",
"version": "3.0.2",
"version": "3.1.0",
"description": "A generator for building artifacts (e.g. Java JARs, NPM modules, etc.) from RDF vocabularies.",
"main": "src/index.js",
"bin": {
Expand Down

0 comments on commit 22f09ac

Please sign in to comment.