Skip to content

Commit b58361e

Browse files
committed
Add version number to package.json
1 parent a606926 commit b58361e

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ This repository contains the specification of **JSKOS data format for knowledge
33
Examples included in directory `examples` are checked against JSKOS JSON Schema and converted to RDF with JSON-LD.
44

55
[![Test](https://github.com/gbv/jskos/actions/workflows/test.yml/badge.svg)](https://github.com/gbv/jskos/actions/workflows/test.yml)
6+
7+
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`.

package-lock.json

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"version": "0.5.4",
23
"homepage": "https://gbv.github.io/jskos/",
34
"type": "module",
45
"repository": {

0 commit comments

Comments
 (0)