Skip to content

Commit 3b48956

Browse files
committed
Prepare release for 0.2.0
1 parent 7d9b897 commit 3b48956

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## v0.2.0 (2019-04-14)
4+
**Parsing Behavior Changes**
5+
- Now parses multiple nested quotes and content when there are no spaces [7d9b897](https://github.com/mccormicka/string-argv/commit/7d9b89730ea112b829f2591e3e9cae4c0d0cc285)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "string-argv",
33
"description": "string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.",
4-
"version": "0.1.2",
4+
"version": "0.2.0",
55
"contributors": [
66
{
77
"name": "Michael Ferris",

0 commit comments

Comments
 (0)