Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uphold-bot committed Oct 8, 2024
1 parent 671d952 commit 668fb5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.6.0](https://github.com/uphold/topper-web-sdk/releases/tag/v0.6.0) (2024-10-08)
- Do not require clean working dir on release-it [\#18](https://github.com/uphold/topper-web-sdk/pull/18) ([andregoncalvesdev](https://github.com/andregoncalvesdev))
- Add order continue button clicked event and pass handled events [\#16](https://github.com/uphold/topper-web-sdk/pull/16) ([andregoncalvesdev](https://github.com/andregoncalvesdev))

## [v0.5.0](https://github.com/uphold/topper-web-sdk/releases/tag/v0.5.0) (2024-05-15)
- Add locale support [\#13](https://github.com/uphold/topper-web-sdk/pull/13) ([andre-geraldes](https://github.com/andre-geraldes))

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uphold/topper-web-sdk",
"version": "0.5.0",
"version": "0.6.0",
"description": "Seamless integration of Topper on Web applications",
"author": "Uphold",
"license": "MIT",
Expand Down Expand Up @@ -65,5 +65,6 @@
"topper",
"web"
],
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}

0 comments on commit 668fb5c

Please sign in to comment.