Skip to content

Commit

Permalink
docs: 1.6.0-beta.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.0-beta.3](v1.6.0-beta.2...v1.6.0-beta.3) (2022-06-04)

### 🏗️ Build Changes

* update commitizen configuration for API ([f40be7f](f40be7f))

### 🐞 Bug Fixes

* correct problems with Typescript definitions and JSDoc comments ([b891650](b891650)), closes [#43](#43)
  • Loading branch information
semantic-release-bot committed Jun 4, 2022
1 parent b891650 commit 8bddcb7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.6.0-beta.3](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/compare/v1.6.0-beta.2...v1.6.0-beta.3) (2022-06-04)


### :building_construction: Build Changes

* update commitizen configuration for API ([f40be7f](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/f40be7ff983cd7997be370d591b12b04e92e901f))


### :lady_beetle: Bug Fixes

* correct problems with Typescript definitions and JSDoc comments ([b891650](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/b891650b2a0c6891bcb7a265fbd39a06908240cc)), closes [#43](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/issues/43)

## [1.6.0-beta.2](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/compare/v1.6.0-beta.1...v1.6.0-beta.2) (2022-05-20)


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.6.0-beta.2",
"version": "1.6.0-beta.3",
"description": "Encodes a number to a letter representation, or decodes it back",
"keywords": [
"alphanumeric",
Expand Down

0 comments on commit 8bddcb7

Please sign in to comment.