Skip to content

Commit a43eecf

Browse files
committed
changelog 🪵
1 parent 956638e commit a43eecf

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,29 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
## [Unreleased](https://github.com/motdotla/dotenv/compare/v17.0.1...master)
5+
## [Unreleased](https://github.com/motdotla/dotenv/compare/v17.1.0...master)
6+
7+
## [17.1.0](https://github.com/motdotla/dotenv/compare/v17.0.1...v17.1.0) (2025-07-07)
8+
9+
### Added
10+
11+
* Add additional security and configuration tips to the runtime log ([#884](https://github.com/motdotla/dotenv/pull/884))
12+
* Dim the tips text from the main injection information text
13+
14+
```js
15+
const TIPS = [
16+
'🔐 encrypt with dotenvx: https://dotenvx.com',
17+
'🔐 prevent committing .env to code: https://dotenvx.com/precommit',
18+
'🔐 prevent building .env in docker: https://dotenvx.com/prebuild',
19+
'🛠️ run anywhere with `dotenvx run -- yourcommand`',
20+
'⚙️ specify custom .env file path with { path: \'/custom/path/.env\' }',
21+
'⚙️ enable debug logging with { debug: true }',
22+
'⚙️ override existing env vars with { override: true }',
23+
'⚙️ suppress all logs with { quiet: true }',
24+
'⚙️ write to custom object with { processEnv: myObject }',
25+
'⚙️ load multiple .env files with { path: [\'.env.local\', \'.env\'] }'
26+
]
27+
```
628

729
## [17.0.1](https://github.com/motdotla/dotenv/compare/v17.0.0...v17.0.1) (2025-07-01)
830

0 commit comments

Comments
 (0)