Skip to content

Commit

Permalink
chore(release): 0.37.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.37.0](v0.36.2...v0.37.0) (2024-04-04)

### Bug Fixes

* app rendered event latency calculation ([#273](#273)) ([e3509f0](e3509f0))

### Features

* logging payment data filled ([#269](#269)) ([e9d76ae](e9d76ae))
  • Loading branch information
semantic-release-bot committed Apr 4, 2024
1 parent e9d76ae commit 2ee01c2
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 59 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.37.0](https://github.com/juspay/hyperswitch-web/compare/v0.36.2...v0.37.0) (2024-04-04)


### Bug Fixes

* app rendered event latency calculation ([#273](https://github.com/juspay/hyperswitch-web/issues/273)) ([e3509f0](https://github.com/juspay/hyperswitch-web/commit/e3509f0b67b752c9a6a656e47372ad5e84026cf3))


### Features

* logging payment data filled ([#269](https://github.com/juspay/hyperswitch-web/issues/269)) ([e9d76ae](https://github.com/juspay/hyperswitch-web/commit/e9d76ae225f39ba963967161413c2a0422d4a4aa))

## [0.36.2](https://github.com/juspay/hyperswitch-web/compare/v0.36.1...v0.36.2) (2024-04-04)


Expand Down
179 changes: 121 additions & 58 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": "orca-payment-page",
"version": "0.36.2",
"version": "0.37.0",
"main": "index.js",
"private": true,
"dependencies": {
Expand Down

0 comments on commit 2ee01c2

Please sign in to comment.