From ceb074b5b479a3887cd1fb25ce5a67b987a7a305 Mon Sep 17 00:00:00 2001 From: Marcus Westin Date: Fri, 25 Mar 2011 15:39:35 -0400 Subject: [PATCH] v0.1.9 --- Changelog | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 49c5e52..24f4112 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +v0.1.9 ++ It's no longer required to add id="browser-require" to a script tag in order to load the main module automatically + v0.1.8 + Rename to require diff --git a/package.json b/package.json index 79f167a..fd9a0b9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "require", "description": "javascript module management! brings node's require statement to the browser", - "version": "0.1.8", + "version": "0.1.9", "homepage": "https://github.com/marcuswestin/browser-require", "main": "require.js", "engines": {