From cfa262fa795303ade06ed28fb8a5ef8fa014a398 Mon Sep 17 00:00:00 2001 From: Daniel Sousa Date: Tue, 29 Oct 2019 19:10:17 -0300 Subject: [PATCH] chore(release): 1.0.0-beta.6 [skip ci] ## [1.0.0-beta.6](https://github.com/jazida-opensource/dotenv-azure/compare/v1.0.0...v1.0.0-beta.6@beta) (2019-10-29) ### Bug Fixes * **readme.md:** fix code examples ([#67](https://github.com/jazida-opensource/dotenv-azure/issues/67)) ([119fd23](https://github.com/jazida-opensource/dotenv-azure/commit/119fd23)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fac58a3..0674edcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.0-beta.6](https://github.com/jazida-opensource/dotenv-azure/compare/v1.0.0...v1.0.0-beta.6@beta) (2019-10-29) + + +### Bug Fixes + +* **readme.md:** fix code examples ([#67](https://github.com/jazida-opensource/dotenv-azure/issues/67)) ([119fd23](https://github.com/jazida-opensource/dotenv-azure/commit/119fd23)) + # [1.0.0-beta.4](https://github.com/jazida-opensource/dotenv-azure/compare/v1.0.0-beta.3@beta...v1.0.0-beta.4@beta) (2019-10-14) diff --git a/package.json b/package.json index 31987620..331e18ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dotenv-azure", - "version": "1.0.0-beta.4", + "version": "1.0.0-beta.6", "description": "Load environment variables from Azure's services App Configuration, Key Vault or a .env file", "keywords": [ "azure",