Skip to content

Commit

Permalink
Merge pull request #17 from boterop/v2.5
Browse files Browse the repository at this point in the history
v2.5.2
  • Loading branch information
boterop authored Aug 16, 2024
2 parents 080d1f4 + 6f5617d commit 6ea1615
Show file tree
Hide file tree
Showing 6 changed files with 674 additions and 156 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ jobs:
with:
tag: ${{ github.event.pull_request.title }}
name: ${{ github.event.pull_request.title }}
body: ${{ github.event.pull_request.body }}
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## 2.5.1 (27.04.2014)
## 2.5.2 (16.08.2024)

- Fixes issue #13

## 2.5.1 (27.04.2024)

- Update scope to correct installations

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boterop/react-native-background-timer",
"version": "2.5.1",
"version": "2.5.2",
"description": "Emit event periodically (even when app is in the background)",
"keywords": [
"react-native",
Expand Down
2 changes: 1 addition & 1 deletion react-native-background-timer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package = JSON.parse(File.read(File.join(__dir__, 'package.json')))

Pod::Spec.new do |s|

s.name = package['name']
s.name = 'react-native-background-timer'
s.version = package['version']
s.summary = package['description']
s.homepage = package['repository']['url']
Expand Down
Loading

0 comments on commit 6ea1615

Please sign in to comment.