Repository: cordova-lib Updated Branches: refs/heads/master f513412a3 -> d84f19ce9
CB-11260 Updated version and RELEASENOTES.md for release 1.3.0 Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/619ed5c3 Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/619ed5c3 Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/619ed5c3 Branch: refs/heads/master Commit: 619ed5c3fc17b4720ee0ad98142ab9a99be4d54c Parents: f513412 Author: Steve Gill <[email protected]> Authored: Thu May 12 17:42:51 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Thu May 12 17:46:08 2016 -0700 ---------------------------------------------------------------------- cordova-common/RELEASENOTES.md | 6 ++++++ cordova-common/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/619ed5c3/cordova-common/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/cordova-common/RELEASENOTES.md b/cordova-common/RELEASENOTES.md index 350d5c9..df96c11 100644 --- a/cordova-common/RELEASENOTES.md +++ b/cordova-common/RELEASENOTES.md @@ -20,6 +20,12 @@ --> # Cordova-common Release Notes +### 1.3.0 (May 12, 2016) +* CB-11259: Improving prepare and build logging +* CB-11194 Improve cordova load time +* CB-1117 Add `FileUpdater` module to `cordova-common`. +* CB-11131 Fix `TypeError: message.toUpperCase` is not a function in `CordovaLogger` + ### 1.2.0 (Apr 18, 2016) * CB-11022 Save modulesMetadata to both www and platform_www when necessary * CB-10833 Deduplicate common logic for plugin installation/uninstallation http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/619ed5c3/cordova-common/package.json ---------------------------------------------------------------------- diff --git a/cordova-common/package.json b/cordova-common/package.json index 11e5389..4fa6329 100644 --- a/cordova-common/package.json +++ b/cordova-common/package.json @@ -3,7 +3,7 @@ "name": "cordova-common", "description": "Apache Cordova tools and platforms shared routines", "license": "Apache-2.0", - "version": "1.3.0-dev", + "version": "1.3.0", "repository": { "type": "git", "url": "git://git-wip-us.apache.org/repos/asf/cordova-common.git" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
