Skip to content

Commit

Permalink
Merge branch 'beta' of github.com:jazida-opensource/dotenv-azure into…
Browse files Browse the repository at this point in the history
… beta
  • Loading branch information
danielfsousa committed Oct 2, 2019
2 parents 87780d3 + 9776926 commit e5f1349
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
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.1 (2019-10-02)


### Bug Fixes

* bug fixes ([31a2669](https://github.com/jazida-opensource/dotenv-azure/commit/31a2669))
* don't throw on preload ([2abb93b](https://github.com/jazida-opensource/dotenv-azure/commit/2abb93b))
* include config files to support preload ([5785633](https://github.com/jazida-opensource/dotenv-azure/commit/5785633))
* include config files to support preload ([f1d92aa](https://github.com/jazida-opensource/dotenv-azure/commit/f1d92aa))
* semantic-release version ([5d355b2](https://github.com/jazida-opensource/dotenv-azure/commit/5d355b2))
* tests, coverage and changelog ([74c0679](https://github.com/jazida-opensource/dotenv-azure/commit/74c0679))
* update semantic-release dependencies ([7e1c970](https://github.com/jazida-opensource/dotenv-azure/commit/7e1c970))
* version ([9e54cfd](https://github.com/jazida-opensource/dotenv-azure/commit/9e54cfd))


### Features

* add preload ([223c210](https://github.com/jazida-opensource/dotenv-azure/commit/223c210))
* add preload ([5ba742e](https://github.com/jazida-opensource/dotenv-azure/commit/5ba742e))

# [1.0.0-alpha.5](https://github.com/jazida-opensource/dotenv-azure/compare/v1.0.0-alpha.4@alpha...v1.0.0-alpha.5@alpha) (2019-09-19)


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.5",
"version": "1.0.0-beta.1",
"description": "Load environment variables from Azure's services App Configuration, Key Vault or a .env file",
"keywords": [
"azure",
Expand Down

0 comments on commit e5f1349

Please sign in to comment.