Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.3.2...v4.0.0) (2020-09-30)

### Bug Fixes

* add correct capture body interface ([50796cc](50796cc))
* correct naming for checkout function ([ae7b065](ae7b065))
* handle empty string response from klarna api ([4b2baa3](4b2baa3))
* prettier lint ([c8adfb8](c8adfb8))
* remove unused props, use correct prop name ([1c95676](1c95676))
* use correct host_uri variable ([f185a89](f185a89))
* **ci:** add commitlint step before fetching cached node_modules ([e63b705](e63b705))
* **ci:** npm_token spell fix ([86ea1a8](86ea1a8))
* **git-hooks:** make sure pre commit hook is working ([75d3523](75d3523))
* **lint:** prettier ([0c77e96](0c77e96))

### Features

* add customer token v1 endpoint helper functions ([0b87176](0b87176))
* add ordermanagement v1 endpoint helper functions ([67b824e](67b824e))
* Added CrystallizeKlarnaHelper class to generate klarnaOrderBody ([4c31808](4c31808))
* ordermanagement v1 -> add additional helper functions for orders ([113506a](113506a))
* ordermanagement v1 -> refunds helper functions added ([c458f8f](c458f8f))
* orders -> cancel order function added ([bea9fd6](bea9fd6))
* set npm publish irrespective of branches, add npm_token for ci env ([27ea9ae](27ea9ae))

### BREAKING CHANGES

* Move to typescript, improved structure for library,
bug fixes and added typings based on klarna api
  • Loading branch information
semantic-release-bot committed Sep 30, 2020
1 parent 0c25cd3 commit e21bb61
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
# [4.0.0](https://github.com/CrystallizeAPI/node-klarna/compare/v3.3.2...v4.0.0) (2020-09-30)


### Bug Fixes

* add correct capture body interface ([50796cc](https://github.com/CrystallizeAPI/node-klarna/commit/50796ccfd7346606a951af448d62bdd85c787ecf))
* correct naming for checkout function ([ae7b065](https://github.com/CrystallizeAPI/node-klarna/commit/ae7b0659193df60c9e048fa273f98499663f0d5a))
* handle empty string response from klarna api ([4b2baa3](https://github.com/CrystallizeAPI/node-klarna/commit/4b2baa357b4917e6312ad9ef5d780eaedc476b55))
* prettier lint ([c8adfb8](https://github.com/CrystallizeAPI/node-klarna/commit/c8adfb871275b1abb8a202de4c97c277c21145a3))
* remove unused props, use correct prop name ([1c95676](https://github.com/CrystallizeAPI/node-klarna/commit/1c956764958733391d7b25cd281248e934e967f1))
* use correct host_uri variable ([f185a89](https://github.com/CrystallizeAPI/node-klarna/commit/f185a891f0a8bf1a5d148593acefae75c40fe270))
* **ci:** add commitlint step before fetching cached node_modules ([e63b705](https://github.com/CrystallizeAPI/node-klarna/commit/e63b70561b07fabc1a0181f91bc4c157c2c7580e))
* **ci:** npm_token spell fix ([86ea1a8](https://github.com/CrystallizeAPI/node-klarna/commit/86ea1a848db619e42488689fc9b7230ce5766bdd))
* **git-hooks:** make sure pre commit hook is working ([75d3523](https://github.com/CrystallizeAPI/node-klarna/commit/75d352366006fcf7b6ba89497bd6fc36c1fb1ef7))
* **lint:** prettier ([0c77e96](https://github.com/CrystallizeAPI/node-klarna/commit/0c77e96d31301007f1312903012d4d0049fc6f2c))


### Features

* add customer token v1 endpoint helper functions ([0b87176](https://github.com/CrystallizeAPI/node-klarna/commit/0b87176acabc3bf80b1f6c194033165b282ba7ac))
* add ordermanagement v1 endpoint helper functions ([67b824e](https://github.com/CrystallizeAPI/node-klarna/commit/67b824ebec35135719859360aaee42451dc8daa4))
* Added CrystallizeKlarnaHelper class to generate klarnaOrderBody ([4c31808](https://github.com/CrystallizeAPI/node-klarna/commit/4c31808bc78b686b0b414a66061d2f9f7afb71ed))
* ordermanagement v1 -> add additional helper functions for orders ([113506a](https://github.com/CrystallizeAPI/node-klarna/commit/113506abd06e119d3fa0cd0305c498e70aa4176a))
* ordermanagement v1 -> refunds helper functions added ([c458f8f](https://github.com/CrystallizeAPI/node-klarna/commit/c458f8f3cff99ade46f5ca59457c9fab0d39a201))
* orders -> cancel order function added ([bea9fd6](https://github.com/CrystallizeAPI/node-klarna/commit/bea9fd6f865e1c590ebca9f50c3b139232d7c4de))
* set npm publish irrespective of branches, add npm_token for ci env ([27ea9ae](https://github.com/CrystallizeAPI/node-klarna/commit/27ea9ae614c2fc9fde29e397ea637e44ac52851a))


### BREAKING CHANGES

* Move to typescript, improved structure for library,
bug fixes and added typings based on klarna api

# [4.0.0-beta.10](https://github.com/CrystallizeAPI/node-klarna/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2020-09-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.0-beta.10",
"version": "4.0.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit e21bb61

Please sign in to comment.