Skip to content

Commit

Permalink
v10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cytim committed Oct 17, 2021
1 parent 2b78f40 commit c390cb9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## [10.0.0](https://github.com/cytim/nodejs-typed-dotenv/compare/v1.2.1...v10.0.0) (2021-10-17)

> The version is bumped from v1 to v10 so as to align with the major version of [dotenv](https://github.com/motdotla/dotenv/).
### Changed

- Fixed the vulnerable dependencies.
- Replaced [sinon](https://sinonjs.org/) by jest mock.
- Upgraded dotenv to `v10.0.0`.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typed-dotenv",
"version": "1.2.1",
"version": "10.0.0",
"description": "Load .env which is annotated with type information.",
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit c390cb9

Please sign in to comment.