Skip to content

Commit

Permalink
chore(release): 0.35.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.35.0](v0.34.4...v0.35.0) (2024-03-27)

### Features

* **logger:** calculate loading latency from iframe init to render ([#248](#248)) ([38387ed](38387ed))
  • Loading branch information
semantic-release-bot committed Mar 27, 2024
1 parent 38387ed commit 002dda5
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 59 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.35.0](https://github.com/juspay/hyperswitch-web/compare/v0.34.4...v0.35.0) (2024-03-27)


### Features

* **logger:** calculate loading latency from iframe init to render ([#248](https://github.com/juspay/hyperswitch-web/issues/248)) ([38387ed](https://github.com/juspay/hyperswitch-web/commit/38387edeeb61601237fbde750aa1d1a8083d2a79))

## [0.34.4](https://github.com/juspay/hyperswitch-web/compare/v0.34.3...v0.34.4) (2024-03-26)


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.34.4",
"version": "0.35.0",
"main": "index.js",
"private": true,
"dependencies": {
Expand Down

0 comments on commit 002dda5

Please sign in to comment.