Skip to content
This repository was archived by the owner on Apr 16, 2019. It is now read-only.

Commit 7b29739

Browse files
committed
history entry and version bump for 0.1.1
1 parent a23b8f7 commit 7b29739

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Javascript Module Formats Change History
22
========================================
33

4+
0.1.1 (2014-03-31)
5+
------------------
6+
7+
* [PR #10] improving detection for cjs to support exporting `string`, `number`, etc.
8+
49
0.1.0 (2014-03-17)
510
------------------
611

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-module-formats",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Detect different types of JavaScript modules formats",
55
"homepage": "https://github.com/yahoo/js-module-formats",
66
"main": "index",

0 commit comments

Comments
 (0)