From f24b77f4828d69a0c1983c2a2e7733d24daa0bb5 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sun, 12 Feb 2017 05:55:21 +0200 Subject: Bumped minor version Potential breaking changes: The filename of the main file has been updated to something more sensible for use in a web browser. The package.json file has been updated, so this should not affect people using npm in the normal way. New features: The library can now be used directly in web browsers --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c430b4d..3d6fb76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "south-african-id-parser", - "version": "0.0.2", + "version": "0.1.0", "description": "A library for parsing and validating South African ID Numbers.", "main": "south-african-id-parser.js", "scripts": { -- cgit v1.2.3