Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roydukkey committed Aug 28, 2020
1 parent 31e5a4f commit 9643039
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Changelog

## [1.0.1](https://github.com/roydukkey/dotenv-dot/compare/v1.0.0...v1.0.1)

* Replace custom build script for [`clean-package`](https://github.com/roydukkey/cleean-package)
* Update `package.json` for variable expansion
* Update types for clarity and punctuation
* Update README for clarity, spelling, and grammar

## 1.0.0

* Initial release!
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dotenv-dot",
"description": "Transform .env variables into condensed JSON variables for use in nodejs projects.",
"version": "1.0.0",
"version": "1.0.1",
"author": "roydukkey",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 9643039

Please sign in to comment.