Skip to content

Commit

Permalink
docs: 1.5.2 [skip ci]
Browse files Browse the repository at this point in the history
### [1.5.2](v1.5.1...v1.5.2) (2022-05-14)

### 🐞 Bug Fixes

* correct bug that allowed bad dictionary values to pass through the constructor ([bc6e6c7](bc6e6c7)), closes [#41](#41)
  • Loading branch information
semantic-release-bot committed May 14, 2022
1 parent e2b1e45 commit b5f3c9c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [1.5.2](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/compare/v1.5.1...v1.5.2) (2022-05-14)


### :lady_beetle: Bug Fixes

* correct bug that allowed bad dictionary values to pass through the constructor ([bc6e6c7](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/bc6e6c735e12d6eba1827c869430eee3afce65c0)), closes [#41](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/issues/41)

### [1.5.1](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/compare/v1.5.0...v1.5.1) (2022-05-14)

### :lady_beetle: Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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": "alphanumeric-encoder",
"version": "1.5.1",
"version": "1.5.2",
"description": "Encodes a number to a letter representation, or decodes it back",
"keywords": [
"alphanumeric",
Expand Down

0 comments on commit b5f3c9c

Please sign in to comment.