Skip to content

Commit 80899b6

Browse files
docs: 1.6.0 [skip ci]
## [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))
1 parent 5633ecd commit 80899b6

3 files changed

Lines changed: 24 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [1.6.0](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/compare/v1.5.2...v1.6.0) (2022-06-11)
2+
3+
4+
### :gift: Feature Changes
5+
6+
* 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)
7+
8+
9+
### :lady_beetle: Bug Fixes
10+
11+
* 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)
12+
* 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)
13+
14+
15+
### :building_construction: Build Changes
16+
17+
* change the semantic-release configuration to a shared config ([c2a19fa](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/c2a19fa455444bd07af0968b00d2988369f7680c))
18+
* ignore CHANGELOG.md from linting and formatting ([2e3ca94](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/2e3ca941b4343144d551f4e769f1d95b7d64a6ce))
19+
* update commitizen configuration for API ([f40be7f](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/f40be7ff983cd7997be370d591b12b04e92e901f))
20+
* update dev dependencies ([150c77b](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/150c77bff7baf2e414375b1e2661e23d7f3ea901))
21+
122
## [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)
223

324

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alphanumeric-encoder",
3-
"version": "1.6.0-beta.3",
3+
"version": "1.6.0",
44
"description": "Encodes a number to a letter representation, or decodes it back",
55
"keywords": [
66
"alphanumeric",

0 commit comments

Comments
 (0)