Skip to content

Commit

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

### 🏗️ Build Changes

* add Commitizen and Husky support ([c96bb37](c96bb37)), closes [#25](#25) [#26](#26)
* add commitizen support for developers ([cfa7276](cfa7276)), closes [#25](#25)
* configure lint-staged and pre-commit hook ([00b362a](00b362a)), closes [#26](#26)
* remove 'build' as a patch trigger for semantic-release ([4624ddb](4624ddb))
* remove extra Github release files from semantic-release config ([fcc1942](fcc1942))
  • Loading branch information
semantic-release-bot committed Apr 28, 2022
1 parent 5a501c0 commit c53fbb6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### [1.1.1](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/compare/v1.1.0...v1.1.1) (2022-04-28)


### :building_construction: Build Changes

* add Commitizen and Husky support ([c96bb37](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/c96bb37621e06ccd86f027e46737738715a998c8)), closes [#25](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/issues/25) [#26](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/issues/26)
* add commitizen support for developers ([cfa7276](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/cfa7276e43a9727f5f4bd1e09bab798a1ba908db)), closes [#25](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/issues/25)
* configure lint-staged and pre-commit hook ([00b362a](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/00b362ab60ead4588d99d141978679b615922fc0)), closes [#26](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/issues/26)
* remove 'build' as a patch trigger for semantic-release ([4624ddb](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/4624ddba36beca2156a51d7e6334fadaf0471ed8))
* remove extra Github release files from semantic-release config ([fcc1942](https://github.com/M-Scott-Lassiter/Alphanumeric-Encoder/commit/fcc19426ef2766390721a962caf0717dc2c96917))

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

0 comments on commit c53fbb6

Please sign in to comment.