Skip to content

Commit 3921353

Browse files
committed
Release 2.0.6
1 parent 9a00344 commit 3921353

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ version 2.0 of this package:
2121

2222
## Release notes
2323

24+
### 2.0.6 (2016-01-27)
25+
26+
* Added compatibility with DataValues JavaScript 0.8.0.
27+
2428
### 2.0.5 (2016-01-27)
2529

2630
* Tests are now compatible with QUnit's requireExpects enabled.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "wikibase/serialization-javascript",
33
"description": "Wikibase datamodel serialization implementation in JavaScript",
44
"require": {
5-
"data-values/javascript": "~0.7.0",
5+
"data-values/javascript": "~0.8.0|~0.7.0",
66
"wikibase/data-model-javascript": "~2.0.0|~1.0.0"
77
},
88
"license": "GPL-2.0+",

init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
define( 'WIKIBASE_SERIALIZATION_JAVASCRIPT_VERSION', '2.0.5' );
3+
define( 'WIKIBASE_SERIALIZATION_JAVASCRIPT_VERSION', '2.0.6' );
44

55
if ( defined( 'MEDIAWIKI' ) ) {
66
call_user_func( function() {

0 commit comments

Comments
 (0)