Skip to content

Commit

Permalink
Point to types file for VS Code. Bump 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed May 5, 2021
1 parent 36e96cc commit 164db58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand Down

0 comments on commit 164db58

Please sign in to comment.