Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.3 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.3](https://github.com/danielfsousa/dotenv-azure/compare/[email protected]@alpha) (2019-09-16)

### Bug Fixes

* don't throw on preload ([2abb93b](2abb93b))
* include config files to support preload ([5785633](5785633))

### Features

* add preload ([223c210](223c210))
  • Loading branch information
semantic-release-bot committed Sep 16, 2019
1 parent ca5a369 commit fb36757
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.3](https://github.com/danielfsousa/dotenv-azure/compare/[email protected]@alpha) (2019-09-16)


### Bug Fixes

* don't throw on preload ([2abb93b](https://github.com/danielfsousa/dotenv-azure/commit/2abb93b))
* include config files to support preload ([5785633](https://github.com/danielfsousa/dotenv-azure/commit/5785633))


### Features

* add preload ([223c210](https://github.com/danielfsousa/dotenv-azure/commit/223c210))

# [1.0.0-alpha.2](https://github.com/danielfsousa/dotenv-azure/compare/[email protected]@alpha) (2019-09-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotenv-azure",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "Load environment variables from Azure's services App Configuration, Key Vault or a .env file",
"keywords": [
"dotenv",
Expand Down

0 comments on commit fb36757

Please sign in to comment.