Skip to content

Commit

Permalink
feat(changelog)
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Apr 5, 2015
1 parent 3cc7ba8 commit f597b0e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 9 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Change Log

## [v1.2.0](https://github.com/fgribreau/common-env/tree/v1.2.0) (2015-03-26)

[Full Changelog](https://github.com/fgribreau/common-env/compare/v1.1.0...v1.2.0)

**Implemented enhancements:**

- support arrays [\#4](https://github.com/FGRibreau/common-env/issues/4)

**Closed issues:**

- Fix DISPLAY\_LOG [\#2](https://github.com/FGRibreau/common-env/issues/2)

**Merged pull requests:**

- Fix DISPLAY\_LOG [\#3](https://github.com/FGRibreau/common-env/pull/3) ([nevezide](https://github.com/nevezide))

## [v1.1.0](https://github.com/fgribreau/common-env/tree/v1.1.0) (2015-01-14)

**Closed issues:**

- \[Option\] Hide env values from logs [\#1](https://github.com/FGRibreau/common-env/issues/1)



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,4 @@ t.strictEqual(config.FULL_UPPER_CASE.PORT, 8080);
<img style="width:100%" src="./docs/Thumbs-Up-Gif.gif"/>
</p>

# Changelog

## v1.2.0

feat(env): array support in env variables fixes #4

## v1.1.0

feat(options): allow user to ask common-env to not display env vars. values, closes #1 asked by @keruspe
# [Changelog](/CHANGELOG.md)
3 changes: 3 additions & 0 deletions scripts/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
# gem install github_changelog_generator
github_changelog_generator -u fgribreau -p common-env

0 comments on commit f597b0e

Please sign in to comment.