From d2dac2d7909578c2c1e04deb78063395d6863e3e Mon Sep 17 00:00:00 2001
From: oclif-bot <35625753+oclif-bot@users.noreply.github.com>
Date: Fri, 29 Jun 2018 20:53:21 +0000
Subject: [PATCH] chore(release): 3.5.3 [skip ci]
## [3.5.3](https://github.com/oclif/parser/compare/v3.5.2...v3.5.3) (2018-06-29)
### Bug Fixes
* add tslib ([05f89e0](https://github.com/oclif/parser/commit/05f89e0))
---
CHANGELOG.md | 8 ++++++++
package.json | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 42bdd86..b5d0157 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [3.5.3](https://github.com/oclif/parser/compare/v3.5.2...v3.5.3) (2018-06-29)
+
+
+### Bug Fixes
+
+* add tslib ([05f89e0](https://github.com/oclif/parser/commit/05f89e0))
+
## [3.5.2](https://github.com/oclif/parser/compare/v3.5.1...v3.5.2) (2018-06-15)
diff --git a/package.json b/package.json
index 0c07a6d..cda1cc8 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@oclif/parser",
"description": "arg and flag parser for oclif",
- "version": "3.5.2",
+ "version": "3.5.3",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/parser/issues",
"dependencies": {