Skip to content

Commit

Permalink
docs: 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.0](v1.4.0...v1.5.0) (2022-05-03)

### 🎁 Feature Changes

* add the `deconstruct` function to the class ([5df23ec](5df23ec)), closes [#37](#37)

### 🎯 Test Changes

* add test cases for the `deconstruct` function ([1eafa19](1eafa19)), closes [#37](#37)
  • Loading branch information
semantic-release-bot committed May 3, 2022
1 parent 9eb78bb commit 12ac33c
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.5.0](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/compare/v1.4.0...v1.5.0) (2022-05-03)


### :gift: Feature Changes

* add the `deconstruct` function to the class ([5df23ec](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/5df23ec35290a2cbf7d4c95038af359fd0bf55b5)), closes [#37](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/issues/37)


### :dart: Test Changes

* add test cases for the `deconstruct` function ([1eafa19](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/1eafa19b487e7db8697e18fda6847194028eab48)), closes [#37](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/issues/37)

## [1.4.0](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/compare/v1.3.0...v1.4.0) (2022-05-02)

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

0 comments on commit 12ac33c

Please sign in to comment.