Skip to content

Commit

Permalink
Add version number to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Sep 30, 2024
1 parent a606926 commit b58361e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ This repository contains the specification of **JSKOS data format for knowledge
Examples included in directory `examples` are checked against JSKOS JSON Schema and converted to RDF with JSON-LD.

[![Test](https://github.com/gbv/jskos/actions/workflows/test.yml/badge.svg)](https://github.com/gbv/jskos/actions/workflows/test.yml)

When releasing a new version of the spec, run `npm version patch` (or `minor`/`major`) to both add a Git tag for the version as well as update the version number in `package.json`.
2 changes: 2 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"version": "0.5.4",
"homepage": "https://gbv.github.io/jskos/",
"type": "module",
"repository": {
Expand Down

0 comments on commit b58361e

Please sign in to comment.