Skip to content

Commit

Permalink
docs: 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.0](v1.2.0...v1.3.0) (2022-05-01)

### 🎁 Feature Changes

* add ability to use lower case letters in the dictionary ([a1b7066](a1b7066)), closes [#31](#31)

### 🏗️ Build Changes

* add @types/jest for type checking support in the testing suite ([56ff52d](56ff52d))
  • Loading branch information
semantic-release-bot committed May 1, 2022
1 parent 56597d2 commit a912c71
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.3.0](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/compare/v1.2.0...v1.3.0) (2022-05-01)


### :gift: Feature Changes

* add ability to use lower case letters in the dictionary ([a1b7066](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/a1b7066be92af91ed82cb2f9a1e37dbd19914659)), closes [#31](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/issues/31)


### :building_construction: Build Changes

* add @types/jest for type checking support in the testing suite ([56ff52d](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/56ff52d01e1ef018e68f89615f1e074c7a06248a))

## [1.2.0](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/compare/v1.1.1...v1.2.0) (2022-04-30)

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

0 comments on commit a912c71

Please sign in to comment.