Skip to content

Commit

Permalink
docs: 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.0](v1.0.5...v1.1.0) (2022-04-26)

### 🏗️ Build Changes

* add Airbnb style guide to the ESLint configuration ([c30eac9](c30eac9)), closes [#20](#20)
* add Prettier for code formatting ([398dc54](398dc54)), closes [#21](#21)

### 🐞 Bug Fixes

* remove unnecessary files from distribution ([a40e6be](a40e6be)), closes [#22](#22)

### 🎁 Feature Changes

* add engine support for Node v10.x ([a04bd74](a04bd74)), closes [#23](#23)
* add support for Node v18.x ([6056d72](6056d72)), closes [#23](#23)
  • Loading branch information
semantic-release-bot committed Apr 26, 2022
1 parent 8c853b5 commit 5bd95b9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [1.1.0](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/compare/v1.0.5...v1.1.0) (2022-04-26)


### :building_construction: Build Changes

* add Airbnb style guide to the ESLint configuration ([c30eac9](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/c30eac9ce98e3f564343ac5a83a1969e14e82430)), closes [#20](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/issues/20)
* add Prettier for code formatting ([398dc54](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/398dc5416133df3b252fa429bf040293295955da)), closes [#21](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/issues/21)


### :lady_beetle: Bug Fixes

* remove unnecessary files from distribution ([a40e6be](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/a40e6beab4d9d2bb076acfa7b08e85d2d957ec0a)), closes [#22](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/issues/22)


### :gift: Feature Changes

* add engine support for Node v10.x ([a04bd74](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/a04bd747b5e54c5c392ee308f9ceeeb4bfe27cc8)), closes [#23](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/issues/23)
* add support for Node v18.x ([6056d72](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/6056d72a9d81c1db9bdaee6f4d06eda6af45e75b)), closes [#23](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/issues/23)

### [1.0.5](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/compare/v1.0.4...v1.0.5) (2022-04-24)

### :building_construction: Build 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.0.5",
"version": "1.1.0",
"description": "Encodes a number to a letter representation, or decodes it back",
"main": "index.js",
"sideEffects": false,
Expand Down

0 comments on commit 5bd95b9

Please sign in to comment.