Skip to content

Commit

Permalink
Bump to release version v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Aug 27, 2021
1 parent 2f87f90 commit 30940e3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

<a name="v3.3.0"></a>
## [v3.3.0](https://github.com/LinkedDataFragments/Server.js/compare/v3.2.1...v3.3.0) - 2021-08-27

### Added
* [Add RDFa datasource (#142)](https://github.com/LinkedDataFragments/Server.js/commit/58c64c03539ed5ab25080b6a352e70019e4053ff)

<a name="v3.2.1"></a>
## [v3.2.1](https://github.com/LinkedDataFragments/Server.js/compare/v3.2.0...v3.2.1) - 2021-05-10

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"packages/*"
],
"useWorkspaces": true,
"version": "3.2.1",
"version": "3.3.0",
"loglevel": "success",
"registry": "https://registry.npmjs.org/",
"npmClient": "yarn"
Expand Down
2 changes: 1 addition & 1 deletion packages/datasource-rdfa/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ldf/datasource-rdfa",
"description": "Linked Data Fragments Server - RDFa Datasource",
"version": "3.2.1",
"version": "3.3.0",
"lsd:module": true,
"license": "MIT",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ldf/server",
"description": "Quad Pattern Fragments Linked Data Fragments Server",
"version": "3.2.1",
"version": "3.3.0",
"lsd:module": true,
"license": "MIT",
"bin": {
Expand Down Expand Up @@ -31,8 +31,8 @@
"@ldf/datasource-composite": "^3.2.1",
"@ldf/datasource-hdt": "^3.2.1",
"@ldf/datasource-jsonld": "^3.2.1",
"@ldf/datasource-rdfa": "^3.0.0",
"@ldf/datasource-n3": "^3.2.1",
"@ldf/datasource-rdfa": "^3.3.0",
"@ldf/datasource-sparql": "^3.2.1",
"@ldf/feature-memento": "^3.2.1",
"@ldf/feature-qpf": "^3.2.1",
Expand Down

0 comments on commit 30940e3

Please sign in to comment.