File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
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
+
4
10
<a name =" v3.0.7 " ></a >
5
11
## [ v3.0.7] ( https://github.com/LinkedDataFragments/Server.js/compare/v3.0.6...v3.0.7 ) - 2020-04-14
6
12
Original file line number Diff line number Diff line change 14
14
" packages/*"
15
15
],
16
16
"useWorkspaces" : true ,
17
- "version" : " 3.0.7 " ,
17
+ "version" : " 3.0.8 " ,
18
18
"loglevel" : " success" ,
19
19
"registry" : " https://registry.npmjs.org/" ,
20
20
"npmClient" : " yarn"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ldf/datasource-n3" ,
3
3
"description" : " Linked Data Fragments Server - N3 Datasources" ,
4
- "version" : " 3.0.7 " ,
4
+ "version" : " 3.0.8 " ,
5
5
"lsd:module" : " https://linkedsoftwaredependencies.org/bundles/npm/@ldf/datasource-n3" ,
6
6
"lsd:components" : " components/components.jsonld" ,
7
7
"lsd:contexts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ldf/server" ,
3
3
"description" : " Quad Pattern Fragments Linked Data Fragments Server" ,
4
- "version" : " 3.0.7 " ,
4
+ "version" : " 3.0.8 " ,
5
5
"lsd:module" : " https://linkedsoftwaredependencies.org/bundles/npm/@ldf/server" ,
6
6
"lsd:contexts" : {
7
7
"https://linkedsoftwaredependencies.org/bundles/npm/@ldf/server/^3.0.0/components/context.jsonld" : " components/context.jsonld"
38
38
"@ldf/datasource-composite" : " ^3.0.7" ,
39
39
"@ldf/datasource-hdt" : " ^3.0.7" ,
40
40
"@ldf/datasource-jsonld" : " ^3.0.7" ,
41
- "@ldf/datasource-n3" : " ^3.0.7 " ,
41
+ "@ldf/datasource-n3" : " ^3.0.8 " ,
42
42
"@ldf/datasource-sparql" : " ^3.0.7" ,
43
43
"@ldf/feature-memento" : " ^3.0.7" ,
44
44
"@ldf/feature-qpf" : " ^3.0.7" ,
You can’t perform that action at this time.
0 commit comments