Skip to content

Commit 83e5eeb

Browse files
authored
Merge pull request #98 from wmde/bumpVersion
6.1.0
2 parents 23ccefd + bab5c41 commit 83e5eeb

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+
### 6.1.0 (2019-10-24)
21+
* Bundle some very basic Typescript types
22+
2023
### 6.0.0 (2019-10-21)
2124
* Using CommonJS modules instead of global namespaces for all files
2225

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

0 commit comments

Comments
 (0)