Skip to content

Commit 1bf516a

Browse files
V 1.0.8
1 parent dc40878 commit 1bf516a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## Unreleased
88

9-
## 1.0.7 - 01/02/2020
9+
## 1.0.8 - 02/10/2020
10+
* Changed License To MIT
11+
* Published In Github Package Registry
12+
13+
## 1.0.7 - 01/10/2020
1014
* Update Code Base & Reduced File Size.
1115
* Moved To Rollup.
1216

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ is a generic utility for merging together an array of arguments and an array of
1111

1212
### Script Include
1313
```html
14-
<script src="https://raw.githubusercontent.com/varunsridharan/js-parse-args/master/js-parse-args.js"/></script>
14+
<script src="https://raw.githubusercontent.com/varunsridharan/js-parse-args/main/dist/js-parse-args.min.js"/></script>
1515
```
1616

1717
# Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-parse-args",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "is a generic utility for merging together an array of arguments and an array of default values. It can also be given a URL query type string which will be converted into an array (i.e. \"id=5&status=draft\"). ",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)