Skip to content

Commit 88c3ba3

Browse files
committed
Bump to release version v3.0.8
1 parent 655103f commit 88c3ba3

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
<a name="v3.0.8"></a>
5+
## [v3.0.8](https://github.com/LinkedDataFragments/Server.js/compare/v3.0.7...v3.0.8) - 2020-05-11
6+
7+
### Fixed
8+
* [Fix crash due to changed function name in N3.js](https://github.com/LinkedDataFragments/Server.js/commit/ea3e7632cfd47e0ae9015f4715a15d40c61e87c8)
9+
410
<a name="v3.0.7"></a>
511
## [v3.0.7](https://github.com/LinkedDataFragments/Server.js/compare/v3.0.6...v3.0.7) - 2020-04-14
612

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"packages/*"
1515
],
1616
"useWorkspaces": true,
17-
"version": "3.0.7",
17+
"version": "3.0.8",
1818
"loglevel": "success",
1919
"registry": "https://registry.npmjs.org/",
2020
"npmClient": "yarn"

packages/datasource-n3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ldf/datasource-n3",
33
"description": "Linked Data Fragments Server - N3 Datasources",
4-
"version": "3.0.7",
4+
"version": "3.0.8",
55
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@ldf/datasource-n3",
66
"lsd:components": "components/components.jsonld",
77
"lsd:contexts": {

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ldf/server",
33
"description": "Quad Pattern Fragments Linked Data Fragments Server",
4-
"version": "3.0.7",
4+
"version": "3.0.8",
55
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@ldf/server",
66
"lsd:contexts": {
77
"https://linkedsoftwaredependencies.org/bundles/npm/@ldf/server/^3.0.0/components/context.jsonld": "components/context.jsonld"
@@ -38,7 +38,7 @@
3838
"@ldf/datasource-composite": "^3.0.7",
3939
"@ldf/datasource-hdt": "^3.0.7",
4040
"@ldf/datasource-jsonld": "^3.0.7",
41-
"@ldf/datasource-n3": "^3.0.7",
41+
"@ldf/datasource-n3": "^3.0.8",
4242
"@ldf/datasource-sparql": "^3.0.7",
4343
"@ldf/feature-memento": "^3.0.7",
4444
"@ldf/feature-qpf": "^3.0.7",

0 commit comments

Comments
 (0)