Skip to content

Commit 213c9dd

Browse files
Ladsgroupjakobw
authored andcommitted
Release 6.0.0
This release includes: * Using CommonJS modules instead of global namespaces for all files
1 parent 35cdb04 commit 213c9dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ the corresponding serializer, and send back to the API.
1717

1818
## Release notes
1919

20-
### 6.0.0 (dev)
20+
### 6.0.0 (2019-10-21)
2121
* Using CommonJS modules instead of global namespaces for all files
2222

2323
### 5.1.0 (2019-10-01)

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.1.0",
4+
"version": "6.0.0",
55
"directories": {
66
"lib": "src",
77
"test": "tests"

0 commit comments

Comments
 (0)