From a3728d3a257acf977f9c4a1e4450868b0194c05b Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 10 Jan 2019 18:22:26 -0500 Subject: [PATCH] v0.0.6 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1494589..d6cf415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [0.0.6](https://github.com/XappMedia/serverless-setup-elasticsearch-plugin/compare/v0.0.5...v0.0.6) (2019-01-10) + + +### Bug Fixes + +* Moving the get cloud formation export to after the stack was updated. ([375f9b8](https://github.com/XappMedia/serverless-setup-elasticsearch-plugin/commit/375f9b8)) + + + ## [0.0.5](https://github.com/XappMedia/serverless-setup-elasticsearch-plugin/compare/v0.0.4...v0.0.5) (2019-01-10) diff --git a/package-lock.json b/package-lock.json index 9d8f63a..a04a3f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@xapp/serverless-setup-elasticsearch-plugin", - "version": "0.0.5", + "version": "0.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 267049f..e781d29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xapp/serverless-setup-elasticsearch-plugin", - "version": "0.0.5", + "version": "0.0.6", "description": "This is a plugin that can be used by Serverless to setup an elasticsearch domain.", "main": "dist/index.js", "scripts": {