From 42658f31fe10a7a63c83ce25e3d565f314a54bb9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 9 Jun 2021 14:05:52 +0000 Subject: [PATCH] Version Packages --- .changeset/curvy-turkeys-roll.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/curvy-turkeys-roll.md create mode 100644 CHANGELOG.md diff --git a/.changeset/curvy-turkeys-roll.md b/.changeset/curvy-turkeys-roll.md deleted file mode 100644 index c64ce64..0000000 --- a/.changeset/curvy-turkeys-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hydrofoil/vocabularies": minor ---- - -First version, with vocabularies `hyper-auth`, `hyper-events`, `hyper-query`, `knossos`, and `roadshow` diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e41300e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# @hydrofoil/vocabularies + +## 0.1.0 +### Minor Changes + +- 12ed0c2: First version, with vocabularies `hyper-auth`, `hyper-events`, `hyper-query`, `knossos`, and `roadshow` diff --git a/package.json b/package.json index 25707d0..84e28f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hydrofoil/vocabularies", - "version": "0.0.0", + "version": "0.1.0", "description": "Access your vocabularies as datasets or n-quads", "main": "index.js", "module": "index.mjs",