Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Jan 4, 2024
1 parent e66f387 commit 3ae40fd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
-------------

## 4.0.0

#### :boom: Breaking Change
* [#117](https://github.com/fivetanley/ember-cli-dotenv/pull/117) Drop support for Node.js 16 and below ([@SergeAstapov](https://github.com/SergeAstapov))

#### :rocket: Enhancement
* [#119](https://github.com/fivetanley/ember-cli-dotenv/pull/119) Widen dotenv package versions support to allow past v8 ([@SergeAstapov](https://github.com/SergeAstapov))

#### :memo: Documentation
* [#121](https://github.com/fivetanley/ember-cli-dotenv/pull/121) Add Embroider compatibility note and recommendations ([@SergeAstapov](https://github.com/SergeAstapov))

#### :house: Internal
* [#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))

## 3.1.0

* [#84](https://github.com/fivetanley/ember-cli-dotenv/pull/84) Add ability to shut off dotenv invocation [@gfmartinez](https://github.com/gfmartinez)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-dotenv",
"version": "3.1.0",
"version": "4.0.0",
"description": "Expose .env variables in Ember applications",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 3ae40fd

Please sign in to comment.