Skip to content

Commit afce941

Browse files
authored
Merge pull request #91 from wmde/release-5.1
Release 5.1
2 parents f0d2a75 + 49daf05 commit afce941

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ the corresponding serializer, and send back to the API.
1717

1818
## Release notes
1919

20+
### 5.1.0 (2019-10-01)
21+
* Added `index.js` exporting all public data model parts
22+
2023
### 5.0.0 (2018-07-06)
2124
* Remove references to fingerprint from Entity:
2225
* Removed `Entity.getFingerprint`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wikibase-data-model",
33
"description": "JavaScript implementation of the basic Wikibase DataModel entity types and components they are made of",
4-
"version": "5.0.0",
4+
"version": "5.1.0",
55
"directories": {
66
"lib": "src",
77
"test": "tests"

0 commit comments

Comments
 (0)