Skip to content

Commit

Permalink
chore(release): 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhgupta050890 committed Jan 11, 2022
1 parent 54ea2d5 commit d9f6291
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.0.6](https://github.com/saurabhgupta050890/transaction-sms-parser/compare/v1.0.5...v1.0.6) (2022-01-11)


### Bug Fixes

* amazon pay balance fix ([57d7868](https://github.com/saurabhgupta050890/transaction-sms-parser/commit/57d78687009e6d19b57d4c437ad4349328ac8104))
* card name in account info for known card types ([54ea2d5](https://github.com/saurabhgupta050890/transaction-sms-parser/commit/54ea2d50d81f4b4628afa3d05671f15ffb46deca))

### [1.0.5](https://github.com/saurabhgupta050890/transaction-sms-parser/compare/v1.0.4...v1.0.5) (2022-01-07)


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": "transaction-sms-parser",
"version": "1.0.5",
"version": "1.0.6",
"description": "A library to parse transaction sms text",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down

0 comments on commit d9f6291

Please sign in to comment.