Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2025-01-24)

### Bug Fixes

* fix pipelines ([#4](#4)) ([2fad039](2fad039))
* update package-name and version ([#2](#2)) ([c9ef7d8](c9ef7d8))

### Features

* add main methods ([#1](#1)) ([ee98708](ee98708))
* add tests, linting, pipeline ([#2](#2)) ([bef0a17](bef0a17))
* support new create session params ([#6](https://github.com/Basis-Theory/react-native-threeds/issues/6)) ([0158901](0158901))
  • Loading branch information
semantic-release-bot committed Jan 24, 2025
1 parent c9ef7d8 commit 7c38561
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# 1.0.0 (2025-01-24)


### Bug Fixes

* fix pipelines ([#4](https://github.com/Basis-Theory/react-native-threeds/issues/4)) ([2fad039](https://github.com/Basis-Theory/react-native-threeds/commit/2fad039ad9cebad8ec092813f96f82ebd641070f))
* update package-name and version ([#2](https://github.com/Basis-Theory/react-native-threeds/issues/2)) ([c9ef7d8](https://github.com/Basis-Theory/react-native-threeds/commit/c9ef7d865c136e10c17dd83cb89525cfb591b85c))


### Features

* add main methods ([#1](https://github.com/Basis-Theory/react-native-threeds/issues/1)) ([ee98708](https://github.com/Basis-Theory/react-native-threeds/commit/ee9870880428c3a62c85eddf489bae61f4092809))
* add tests, linting, pipeline ([#2](https://github.com/Basis-Theory/react-native-threeds/issues/2)) ([bef0a17](https://github.com/Basis-Theory/react-native-threeds/commit/bef0a175b32c7f782fa990d69a4789e7b4608022))
* support new create session params ([#6](https://github.com/Basis-Theory/react-native-threeds/issues/6)) ([0158901](https://github.com/Basis-Theory/react-native-threeds/commit/0158901741630c53044b2b64ed7e13df25065551))

# 1.0.0 (2025-01-24)


### Bug Fixes

* fix pipelines ([#4](https://github.com/Basis-Theory/react-native-threeds/issues/4)) ([2fad039](https://github.com/Basis-Theory/react-native-threeds/commit/2fad039ad9cebad8ec092813f96f82ebd641070f))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basis-theory/react-native-threeds",
"version": "0.1.0",
"version": "1.0.0",
"description": "Basis Theory 3DS React Native SDK",
"author": "Basis Theory <[email protected]> (https://basistheory.com)",
"license": "Apache-2.0",
Expand Down

0 comments on commit 7c38561

Please sign in to comment.