Skip to content

Commit

Permalink
chore: 🚀 release v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb committed Dec 29, 2020
1 parent f4b8344 commit ad53691
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ Store `.env` files securely in GitHub and share them across different machines a

<!-- toc -->

- [Features](#features)
- [Setup](#setup)
- [Quick start](#quick-start)
- [Motivation](#motivation)
- [Configuration](#configuration)
* [`repository`](#repository)
* [`pattern`](#pattern)
* [`fileName`](#filename)
- [How it works](#how-it-works)
- [License](#license)
- [Credits](#credits)

<!-- tocstop -->

## Features
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ghenv",
"version": "0.1.4",
"version": "0.1.5",
"description": "Store .env files securely in GitHub and share them across different machines and people.",
"bin": "ghenv.js",
"main": "ghenv.js",
Expand Down

0 comments on commit ad53691

Please sign in to comment.