Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uphold-bot committed Jan 29, 2024
1 parent 348c8b9 commit 1911d23
Show file tree
Hide file tree
Showing 2 changed files with 8 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.3.0](https://github.com/uphold/topper-web-sdk/releases/tag/v0.3.0) (2024-01-29)
- Update docs [\#8](https://github.com/uphold/topper-web-sdk/pull/8) ([andregoncalvesdev](https://github.com/andregoncalvesdev))
- Add files and update release workflow [\#10](https://github.com/uphold/topper-web-sdk/pull/10) ([andregoncalvesdev](https://github.com/andregoncalvesdev))

## [v0.2.0](https://github.com/uphold/topper-web-sdk/releases/tag/v0.2.0) (2024-01-26)
- Add allow to pass config on initialize [\#7](https://github.com/uphold/topper-web-sdk/pull/7) ([andregoncalvesdev](https://github.com/andregoncalvesdev))
- Update target topper self embed check [\#6](https://github.com/uphold/topper-web-sdk/pull/6) ([andregoncalvesdev](https://github.com/andregoncalvesdev))
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "@uphold/topper-web-sdk",
"version": "0.2.0",
"version": "0.3.0",
"description": "Seamless integration of Topper on Web applications",
"author": "Uphold",
"license": "MIT",
"type": "module",
"main": "dist/index.cjs",
"files": ["dist/**"],
"files": [
"dist/**"
],
"exports": {
".": {
"import": {
Expand Down

0 comments on commit 1911d23

Please sign in to comment.