Skip to content

Commit 3ae40fd

Browse files
committed
4.0.0
1 parent e66f387 commit 3ae40fd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
22
-------------
33

4+
## 4.0.0
5+
6+
#### :boom: Breaking Change
7+
* [#117](https://github.com/fivetanley/ember-cli-dotenv/pull/117) Drop support for Node.js 16 and below ([@SergeAstapov](https://github.com/SergeAstapov))
8+
9+
#### :rocket: Enhancement
10+
* [#119](https://github.com/fivetanley/ember-cli-dotenv/pull/119) Widen dotenv package versions support to allow past v8 ([@SergeAstapov](https://github.com/SergeAstapov))
11+
12+
#### :memo: Documentation
13+
* [#121](https://github.com/fivetanley/ember-cli-dotenv/pull/121) Add Embroider compatibility note and recommendations ([@SergeAstapov](https://github.com/SergeAstapov))
14+
15+
#### :house: Internal
16+
* [#118](https://github.com/fivetanley/ember-cli-dotenv/pull/118) run `npx ember-cli-update --to=5.5.0` to align with blueprint ([@SergeAstapov](https://github.com/SergeAstapov))
17+
418
## 3.1.0
519

620
* [#84](https://github.com/fivetanley/ember-cli-dotenv/pull/84) Add ability to shut off dotenv invocation [@gfmartinez](https://github.com/gfmartinez)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-dotenv",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "Expose .env variables in Ember applications",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)