From 8c269030efa6bf775f887faaa6e07f860fedc578 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Wed, 29 May 2019 07:06:11 +0000
Subject: [PATCH] chore(release): 2.1.1 [skip ci]

## [2.1.1](https://github.com/adobe/jsonschema2md/compare/v2.1.0...v2.1.1) (2019-05-29)

### Bug Fixes

* **package:** update async to version 3.0.1 ([4ffa21e](https://github.com/adobe/jsonschema2md/commit/4ffa21e))
---
 CHANGELOG.md      | 7 +++++++
 package-lock.json | 6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8062de3..a0a30f3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [2.1.1](https://github.com/adobe/jsonschema2md/compare/v2.1.0...v2.1.1) (2019-05-29)
+
+
+### Bug Fixes
+
+* **package:** update async to version 3.0.1 ([4ffa21e](https://github.com/adobe/jsonschema2md/commit/4ffa21e))
+
 # [2.1.0](https://github.com/adobe/jsonschema2md/compare/v2.0.0...v2.1.0) (2019-04-30)
 
 
diff --git a/package-lock.json b/package-lock.json
index ae7187e..aa707a6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -504,7 +504,7 @@
     "async": {
       "version": "3.0.1",
       "resolved": "https://registry.npmjs.org/async/-/async-3.0.1.tgz",
-      "integrity": "sha512-ZswD8vwPtmBZzbn9xyi8XBQWXH3AvOQ43Za1KWYq7JeycrZuUYzx01KvHcVbXltjqH4y0MWrQ33008uLTqXuDw=="
+      "integrity": "sha1-3+s0ZX0eY8lMDu5CQpe/iiyagYI="
     },
     "atob": {
       "version": "2.1.2",
@@ -2260,7 +2260,7 @@
         "async": {
           "version": "2.6.2",
           "resolved": "https://registry.npmjs.org/async/-/async-2.6.2.tgz",
-          "integrity": "sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==",
+          "integrity": "sha1-GDMOp+bjE4h/XS8qkEusb+TdU4E=",
           "dev": true,
           "requires": {
             "lodash": "^4.17.11"
@@ -8807,7 +8807,7 @@
         "async": {
           "version": "2.6.2",
           "resolved": "https://registry.npmjs.org/async/-/async-2.6.2.tgz",
-          "integrity": "sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==",
+          "integrity": "sha1-GDMOp+bjE4h/XS8qkEusb+TdU4E=",
           "requires": {
             "lodash": "^4.17.11"
           }
-- 
GitLab