Skip to content

Commit d3bde6e

Browse files
committed
Release 3.0.0
1 parent 09e334a commit d3bde6e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ JavaScript library containing serializers and deserializers for the Wikibase Dat
44

55
## Release notes
66

7-
### 3.0.0 (dev)
7+
### 3.0.0 (2017-10-10)
88

99
* Made the library a pure JavaScript library.
1010
* Removed MediaWiki ResourceLoader module definitions.
@@ -16,6 +16,7 @@ JavaScript library containing serializers and deserializers for the Wikibase Dat
1616
* Removed ClaimGroupSetSerializer
1717
* Removed ClaimListDeserializer
1818
* Removed ClaimListSerializer
19+
* Removed WIKIBASE_SERIALIZATION_JAVASCRIPT_VERSION constant.
1920

2021
### 2.1.0 (2017-09-04)
2122

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "wikibase-serialization",
33
"description": "Wikibase datamodel serialization implementation in JavaScript",
4+
"version": "3.0.0",
45
"license": "GPL-2.0+",
56
"contributors": [
67
{

0 commit comments

Comments
 (0)