Skip to content

Commit

Permalink
publish 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanashworth committed Jan 21, 2018
1 parent ef2ded6 commit 4d40444
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.4.0 / 2018-1-20
Release that includes TypeScript definitions.

#### Notable Changes
- [`ef2ded619`](https://github.com/brendanashworth/generate-password/commit/ef2ded6195ef72ee364172d1ff2c4d107ffe2821) - typescript definition file (Carlos Gonzales)

# 1.3.0 / 2016-12-28
Release with two new features.

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": "generate-password",
"version": "1.3.0",
"version": "1.4.0",
"description": "Easy library for generating unique passwords.",
"main": "main.js",
"types": "src/generate.d.ts",
Expand Down

0 comments on commit 4d40444

Please sign in to comment.