[Pkg-javascript-commits] [node-umd] 07/07: Release 2.1.0

Bastien Roucariès rouca at moszumanska.debian.org
Mon Apr 17 07:38:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to annotated tag 2.1.0
in repository node-umd.

commit 33d86ee10c8057c9d054296822ea214621b9e870
Author: Forbes Lindesay <forbes at lindesay.co.uk>
Date:   Wed Apr 2 16:44:42 2014 -0400

    Release 2.1.0
---
 HISTORY.md   | 6 ++++++
 package.json | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/HISTORY.md b/HISTORY.md
index b060528..00fc5a9 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,3 +1,9 @@
+2.1.0 / 2014-04-02
+==================
+
+ - Check for definition of `module` as well as `exports` for CommonJS (fixes some custom RequireJS loaders)
+ - Pass empty array to define for AMD
+
 2.0.0 / 2013-12-29
 ==================
 
diff --git a/package.json b/package.json
index b0f4c7c..2aa9ba4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "umd",
-  "version": "2.0.0",
+  "version": "2.1.0",
   "description": "Universal Module Definition for use in automated build systems",
   "bin": "./bin/cli.js",
   "dependencies": {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-umd.git



More information about the Pkg-javascript-commits mailing list