From e54dc4d36e7fe4ed7e344bb19bb8c62b1de2b4b6 Mon Sep 17 00:00:00 2001 From: unscriptable Date: Fri, 6 Dec 2013 13:02:51 -0500 Subject: [PATCH] Bump version to 0.7.8. Fixes #32 and #33. --- README.md | 7 +++++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d87ace..37863ff 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,13 @@ TBD ## Release notes +0.7.8 + +* AMD modules are now published to npm, so manually running bower is + no longer necessary. +* Failing to supply some AMD configuration properties no longer causes + cram.js to throw. (Thanks Blaine!) + 0.7.7 * Lots of fixes to the code that groks html files. diff --git a/bower.json b/bower.json index 64f34aa..d59fe59 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "cram", - "version": "0.7.7", + "version": "0.7.8", "dependencies": { "when": "~1", "curl": "~0.8" diff --git a/package.json b/package.json index 73f4ee3..24a2060 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cram", - "version": "0.7.7", + "version": "0.7.8", "description": "An AMD-compatible build tool.", "keywords": ["cram", "curl", "cujo", "amd", "build", "module"], "licenses": [