From 5c3f574aa992f1da474c7f787a8ac702dd136a8b Mon Sep 17 00:00:00 2001
From: anycli-bot <35625753+dxcli-bot@users.noreply.github.com>
Date: Sat, 3 Feb 2018 13:16:56 +0000
Subject: [PATCH] chore(release): 3.2.0 [skip ci]
# [3.2.0](https://github.com/anycli/parser/compare/85c1e06baa2f10cc1ae3186aec1480a3a543d75c...v3.2.0) (2018-02-03)
### Features
* allow disabling "--" ([66ffd65](https://github.com/anycli/parser/commit/66ffd65))
---
CHANGELOG.md | 8 ++++++++
package.json | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e8807b..163a2ec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+# [3.2.0](https://github.com/anycli/parser/compare/85c1e06baa2f10cc1ae3186aec1480a3a543d75c...v3.2.0) (2018-02-03)
+
+
+### Features
+
+* allow disabling "--" ([66ffd65](https://github.com/anycli/parser/commit/66ffd65))
+
## [3.1.1](https://github.com/anycli/parser/compare/56be8c82683f4b657bdf05ade5db54390abb5d67...v3.1.1) (2018-02-03)
diff --git a/package.json b/package.json
index 56aad6a..2c328c8 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@anycli/parser",
"description": "arg and flag parser for anycli",
- "version": "3.1.1",
+ "version": "3.2.0",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/anycli/parser/issues",
"dependencies": {