From 668fb5ce5758df994aee3754ed59fc1d5114ed53 Mon Sep 17 00:00:00 2001 From: Uphold Date: Tue, 8 Oct 2024 08:59:26 +0000 Subject: [PATCH] Release 0.6.0 --- CHANGELOG.md | 4 ++++ package.json | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe94e21..f4ebe16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 52383d3..25a86f1 100644 --- a/package.json +++ b/package.json @@ -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", @@ -65,5 +65,6 @@ "topper", "web" ], - "types": "dist/index.d.ts" + "types": "dist/index.d.ts", + "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }