Skip to content

Commit

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

* 3.0.0
  • Loading branch information
pmcb55 authored Mar 5, 2023
1 parent a652d10 commit b639db1
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

## 3.0.0 2023-03-05

- Add vocab counts to generated comments.
- Add debug message when prefix is found from hard-coded internal vocab list.
- Replaced FOAF with RDFS for unit test for online vocabs (FOAF has gone down).
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": "2.0.0",
"version": "3.0.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 b639db1

Please sign in to comment.