Skip to content

Commit

Permalink
V 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed Oct 2, 2020
1 parent dc40878 commit 1bf516a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## 1.0.7 - 01/02/2020
## 1.0.8 - 02/10/2020
* Changed License To MIT
* Published In Github Package Registry

## 1.0.7 - 01/10/2020
* Update Code Base & Reduced File Size.
* Moved To Rollup.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ is a generic utility for merging together an array of arguments and an array of

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

# Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-parse-args",
"version": "1.0.7",
"version": "1.0.8",
"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\"). ",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 1bf516a

Please sign in to comment.