From bc71248e403844119738f83c86bdc72cf46b5d61 Mon Sep 17 00:00:00 2001 From: Uphold Date: Wed, 24 Jan 2024 18:35:11 +0000 Subject: [PATCH] Release 0.1.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ea57bf7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [v0.1.0](https://github.com/uphold/topper-web-sdk/releases/tag/v0.1.0) (2024-01-24) +- Update release it config to cjs [\#5](https://github.com/uphold/topper-web-sdk/pull/5) ([andregoncalvesdev](https://github.com/andregoncalvesdev)) +- Update release it config [\#4](https://github.com/uphold/topper-web-sdk/pull/4) ([andregoncalvesdev](https://github.com/andregoncalvesdev)) +- Bump release-it [\#3](https://github.com/uphold/topper-web-sdk/pull/3) ([andregoncalvesdev](https://github.com/andregoncalvesdev)) +- Add topper web sdk [\#1](https://github.com/uphold/topper-web-sdk/pull/1) ([andregoncalvesdev](https://github.com/andregoncalvesdev)) + diff --git a/package.json b/package.json index 7eafb8e..d41c3e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uphold/topper-web-sdk", - "version": "0.0.0", + "version": "0.1.0", "description": "Seamless integration of Topper on Web applications", "author": "Uphold", "license": "MIT",