Skip to content

Commit 7cb99d1

Browse files
committed
Add CHANGELOG.md
1 parent 5caa5ba commit 7cb99d1

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# deploy-env
2+
> This project adheres to [SemVer](https://semver.org).
3+
4+
## Unreleased
5+
6+
## 1.1.5
7+
## Fixes
8+
- Fix `.env` fallback
9+
10+
## 1.1.4
11+
## Fixes
12+
- Fix extra characters being added to deployed environment variables on macOS
13+
14+
## 1.1.3
15+
## Fixes
16+
- Fix `fs` module import for compatibility with Node.js >=10
17+
18+
## 1.1.2
19+
## Improvements
20+
- Status messages are now printed to the terminal in order of completion
21+
- The number of environment variables being deployed simultaneously has been capped
22+
23+
## 1.1.1
24+
# New Features
25+
- Support `.env` file
26+
27+
## 1.1
28+
# New Features
29+
- Added support for `dotenv` files 🙌
30+
- `.env.production`, `.env.preview`, and `.env.development` files are now supported
31+
32+
## 1.0.4
33+
- 🔥 Hotfix
34+
35+
## 1.0.3
36+
- Refactors
37+
- Update Programmatic API
38+
39+
## 1.0.2
40+
- Bump version to publish to npm
41+
42+
## 1.0.1
43+
- Update stdout formatting
44+
45+
## 1.0
46+
Release v1.0 🙌

0 commit comments

Comments
 (0)