From ac20513befb6f6c5a2d89962d666ee4c19b81966 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Thu, 16 Sep 2021 15:16:43 -0700 Subject: [PATCH] build: 5.1.4 release --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30468b923..7ff6007f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 5.1.4 (2021-09-16) + +* chore(deps-dev): bumping deps ([3c59ca1](https://github.com/readmeio/rdme/commit/3c59ca1)) +* chore(deps): bumping the oas dep ([398d492](https://github.com/readmeio/rdme/commit/398d492)) +* docs: adding a security policy ([8686a3e](https://github.com/readmeio/rdme/commit/8686a3e)) + + + ## 5.1.3 (2021-09-01) * chore(deps-dev): bump @readme/eslint-config from 6.0.0 to 6.1.0 (#366) ([b0dde02](https://github.com/readmeio/rdme/commit/b0dde02)), closes [#366](https://github.com/readmeio/rdme/issues/366) diff --git a/package.json b/package.json index 3ffaf23b3..4fda04105 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdme", - "version": "5.1.3", + "version": "5.1.4", "description": "ReadMe's API CLI", "license": "MIT", "author": "ReadMe (https://readme.com)",