Skip to content

Commit

Permalink
bump to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanashworth committed Oct 18, 2023
1 parent 5068595 commit d11dddd
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.7.1 / 2023-10-17
Fix typescript types

#### Notable Changes
- [`5068595a`](https://github.com/brendanashworth/generate-password/commit/5068595a) - Fix exports for ESM (Luke Stevens)

# 1.7.0 / 2021-9-9
Support for named exports

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.7.0",
"version": "1.7.1",
"description": "Easy library for generating unique passwords.",
"main": "main.js",
"exports": {
Expand Down

0 comments on commit d11dddd

Please sign in to comment.