diff --git a/README.md b/README.md index 8cb4066..80f66cb 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ It contains various JavaScript related to the DataValues library. ## Release notes -### 1.0.0 (dev) -* Removed `globeCoordinate.Formatter`. -* Removed the `globeCoordinate` utility class. +### 0.10.0 (2017-10-06) * The library is now a pure JavaScript library. * Removed MediaWiki ResourceLoader module definitions. +* Removed `globeCoordinate.Formatter`. +* Removed the `globeCoordinate` utility class. ### 0.9.0 (2017-09-06) * Removed `valueFormatters.ValueFormatterStore`. diff --git a/package.json b/package.json index 12ef23a..c116750 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "datavalues", "wikidata" ], + "version": "0.10.0", "repository": { "type": "git", "url": "https://github.com/wmde/DataValuesJavaScript"