Skip to content

Commit b2e6c22

Browse files
committed
Bump version to 0.6.1
1 parent 4bc3bac commit b2e6c22

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

DataValuesJavascript.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
return 1;
88
}
99

10-
define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.6.0' );
10+
define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.6.1' );
1111

1212
// Include the composer autoloader if it is present.
1313
if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) {

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):
1515

1616
## Release notes
1717

18+
### 0.6.1 (2014-11-07)
19+
20+
#### Enhancements
21+
* `Time` object's month and day attributes default to 0 instead of 1 now.
22+
* Fixed `Time.newFromIso8601()`.
23+
* Improved PhantomJS Testrunner, outputs failed assertions on the console now.
24+
* Improved `globeCoordinate.GlobeCoordinate.equals()`
25+
1826
### 0.6.0 (2014-09-01)
1927

2028
#### Breaking changes

0 commit comments

Comments
 (0)