Skip to content

Commit

Permalink
git token expiration fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chathurapathiranage committed Aug 29, 2024
1 parent 6ec7315 commit 127b008
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"android": "./scripts/installer.sh android",
Expand All @@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"@komoju/komoju-react-native": "0.1.1",
"@komoju/komoju-react-native": "0.1.2",
"i18next": "^23.11.5",
"react": "18.2.0",
"react-i18next": "^14.1.2",
Expand Down
6 changes: 5 additions & 1 deletion payment_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.1.2 - 2023-08-29

### Changed
- token expiration fix

## 0.1.1 - 2023-08-29

### Changed
- Script changes


## 0.1.0 - 2023-08-29

### Added
Expand Down

0 comments on commit 127b008

Please sign in to comment.