Skip to content

Commit 164db58

Browse files
committed
Point to types file for VS Code. Bump 8.4.0
1 parent 36e96cc commit 164db58

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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+
## [8.4.0](https://github.com/motdotla/dotenv/compare/v8.3.0...v8.4.0) (2021-05-05)
6+
7+
### Changed
8+
9+
- point to exact types file to work with VS Code
10+
511
## [8.3.0](https://github.com/motdotla/dotenv/compare/v8.2.0...v8.3.0) (2021-05-05)
612

713
### Changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "dotenv",
3-
"version": "8.3.0",
3+
"version": "8.4.0",
44
"description": "Loads environment variables from .env file",
55
"main": "lib/main.js",
6-
"types": "types",
6+
"types": "types/index.d.ts",
77
"scripts": {
88
"flow": "flow",
99
"dtslint": "dtslint types",

0 commit comments

Comments
 (0)