Skip to content

Commit b62bb26

Browse files
committed
chore(release): 0.1.0
1 parent 778b472 commit b62bb26

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.1.0](https://github.com/kometenstaub/linked-data-helper/compare/0.0.2...0.1.0) (2021-11-09)
6+
7+
8+
### Bug Fixes
9+
10+
* :bug: LCC works again ([3eabb4c](https://github.com/kometenstaub/linked-data-helper/commit/3eabb4c230c6c7e3c63d9225f5abd023869b0bb2))
11+
* :bug: skolem IRIs in relations are now resolved ([778b472](https://github.com/kometenstaub/linked-data-helper/commit/778b472b7608da0ad278a040291cf8279d2bf8b7))
12+
513
### [0.0.2](https://github.com/kometenstaub/linked-data-helper/compare/0.0.1...0.0.2) (2021-10-30)
614

715

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "linked-data-helper",
33
"name": "Linked Data Helper",
4-
"version": "0.0.2",
4+
"version": "0.1.0",
55
"minAppVersion": "0.12.15",
66
"description": "Parse Linked data for Linked Data Vocabularies.",
77
"author": "kometenstaub",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linked-data-helper",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "Add SKOS heading classification to YAML.",
55
"main": "src/main.ts",
66
"scripts": {

0 commit comments

Comments
 (0)