Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-02-14)

### Bug Fixes

* add package-lock so CI works ([a3a1f0d](a3a1f0d))
* calcula mod 11 now definitely correct ([a873c9e](a873c9e))
* calculo mod11 para boleto nao bancario ([b1a83bf](b1a83bf))
* method calculaMod11 now working ([9682ec9](9682ec9))
* mudando calculo de mod11 ([125f636](125f636))
* parsing tipoCodigo argument on validarBoleto ([21981e3](21981e3))
* removing console.logs ([9a1c76b](9a1c76b))
* timezone issue, set as always UTC ([95affb2](95affb2))
* tirando console.log ([ce83e92](ce83e92))
* unnecessary if ([3a601f5](3a601f5))
* validarBoleto voltou a aceitar apenas codigo ([b85e2f9](b85e2f9))
* wrong argument fix ([2c21b3b](2c21b3b))

### Features

* adicionado tipoBoleto CARTAO_DE_CREDITO ([402caa0](402caa0))
* restructure project ([eacc646](eacc646))
  • Loading branch information
semantic-release-bot committed Feb 14, 2022
1 parent f09d801 commit 2501eca
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 1.0.0 (2022-02-14)


### Bug Fixes

* add package-lock so CI works ([a3a1f0d](https://github.com/eduardoborges/boboleto/commit/a3a1f0daef1c45eca9631411873329e8a61efaca))
* calcula mod 11 now definitely correct ([a873c9e](https://github.com/eduardoborges/boboleto/commit/a873c9e9c8c85f7e3e66a8db20e223010e84795a))
* calculo mod11 para boleto nao bancario ([b1a83bf](https://github.com/eduardoborges/boboleto/commit/b1a83bfd5a2a4ef381161dbbddac5aa6a75940b2))
* method calculaMod11 now working ([9682ec9](https://github.com/eduardoborges/boboleto/commit/9682ec90c1f10d34debe5bfb6af378c5d9f4cbe3))
* mudando calculo de mod11 ([125f636](https://github.com/eduardoborges/boboleto/commit/125f6365d9e725f4e6e845c30f85372c51a80702))
* parsing tipoCodigo argument on validarBoleto ([21981e3](https://github.com/eduardoborges/boboleto/commit/21981e3d8a14c9b789e58307caeda6b06d0eb8b6))
* removing console.logs ([9a1c76b](https://github.com/eduardoborges/boboleto/commit/9a1c76bd99505da31349b5d0b4de519f71e64ba8))
* timezone issue, set as always UTC ([95affb2](https://github.com/eduardoborges/boboleto/commit/95affb232a9e27f431c073380a3d83488cc6c235))
* tirando console.log ([ce83e92](https://github.com/eduardoborges/boboleto/commit/ce83e92ba85241f5c70231a812c56e5606d7378a))
* unnecessary if ([3a601f5](https://github.com/eduardoborges/boboleto/commit/3a601f5e75e5ce412a2249d7578226b380030c5d))
* validarBoleto voltou a aceitar apenas codigo ([b85e2f9](https://github.com/eduardoborges/boboleto/commit/b85e2f9434d67f73676b7ef3ebe4b8447513b10e))
* wrong argument fix ([2c21b3b](https://github.com/eduardoborges/boboleto/commit/2c21b3b91746caf0d31897c923afc2621c5f3c63))


### Features

* adicionado tipoBoleto CARTAO_DE_CREDITO ([402caa0](https://github.com/eduardoborges/boboleto/commit/402caa0a48485d3e0ca2fc5ba736abdd52d0dbff))
* restructure project ([eacc646](https://github.com/eduardoborges/boboleto/commit/eacc646431f906fa701dc12d6e51249a709f11ad))
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boboleto",
"version": "0.0.1",
"version": "1.0.0",
"private": "false",
"repository": "https://github.com/eduardoborges/boboleto",
"description": "Um conjunto de funções para validar, converter, detectar boletos e cobranças.",
Expand Down Expand Up @@ -53,4 +53,4 @@
"<rootDir>/**/*.test.ts"
]
}
}
}

0 comments on commit 2501eca

Please sign in to comment.