Skip to content

Commit

Permalink
publish 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanashworth committed Jul 21, 2021
1 parent d95f213 commit 88a8a54
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.6.1 / 2021-7-21
Fix TypeScript documentation to include string for symbols.

#### Notable Changes
- [`d95f213dd`](https://github.com/brendanashworth/generate-password/commit/d95f213dd27a397f9e1db6f44f180421cef09eb1) - Added string type to symbols option (Bart in 't Veld)

# 1.6.0 / 2021-1-14
Add specifying a list of symbols to substitute defaults.

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

0 comments on commit 88a8a54

Please sign in to comment.