Skip to content

Commit

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

### 🎁 Feature Changes

* add typescript bindings to the encoder ([e1cd754](e1cd754)), closes [#43](#43)

### 🐞 Bug Fixes

* add typescript definition file to "files" key ([009460c](009460c)), closes [#43](#43)
* correct problems with Typescript definitions and JSDoc comments ([b891650](b891650)), closes [#43](#43)

### 🏗️ Build Changes

* change the semantic-release configuration to a shared config ([c2a19fa](c2a19fa))
* ignore CHANGELOG.md from linting and formatting ([2e3ca94](2e3ca94))
* update commitizen configuration for API ([f40be7f](f40be7f))
* update dev dependencies ([150c77b](150c77b))
  • Loading branch information
semantic-release-bot committed Jun 11, 2022
1 parent 5633ecd commit 80899b6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [1.6.0](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/compare/v1.5.2...v1.6.0) (2022-06-11)


### :gift: Feature Changes

* add typescript bindings to the encoder ([e1cd754](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/e1cd754472567e61b9f0b420bad3899c988afe0c)), closes [#43](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/issues/43)


### :lady_beetle: Bug Fixes

* add typescript definition file to "files" key ([009460c](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/009460cb87ebc18b5bbbc6fe90db932232afce1b)), closes [#43](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/issues/43)
* 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)


### :building_construction: Build Changes

* change the semantic-release configuration to a shared config ([c2a19fa](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/c2a19fa455444bd07af0968b00d2988369f7680c))
* ignore CHANGELOG.md from linting and formatting ([2e3ca94](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/2e3ca941b4343144d551f4e769f1d95b7d64a6ce))
* update commitizen configuration for API ([f40be7f](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/f40be7ff983cd7997be370d591b12b04e92e901f))
* update dev dependencies ([150c77b](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/150c77bff7baf2e414375b1e2661e23d7f3ea901))

## [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)


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

0 comments on commit 80899b6

Please sign in to comment.