diff --git a/CHANGELOG.md b/CHANGELOG.md index fe5ee76c..c6a25b6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +## [8.4.0](https://github.com/motdotla/dotenv/compare/v8.3.0...v8.4.0) (2021-05-05) + +### Changed + +- point to exact types file to work with VS Code + ## [8.3.0](https://github.com/motdotla/dotenv/compare/v8.2.0...v8.3.0) (2021-05-05) ### Changed diff --git a/package.json b/package.json index 8972fd33..090b5b07 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "dotenv", - "version": "8.3.0", + "version": "8.4.0", "description": "Loads environment variables from .env file", "main": "lib/main.js", - "types": "types", + "types": "types/index.d.ts", "scripts": { "flow": "flow", "dtslint": "dtslint types",