Skip to content

Commit 6ea1615

Browse files
authored
Merge pull request #17 from boterop/v2.5
v2.5.2
2 parents 080d1f4 + 6f5617d commit 6ea1615

File tree

6 files changed

+674
-156
lines changed

6 files changed

+674
-156
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
with:
2222
tag: ${{ github.event.pull_request.title }}
2323
name: ${{ github.event.pull_request.title }}
24+
body: ${{ github.event.pull_request.body }}

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## 2.5.1 (27.04.2014)
3+
## 2.5.2 (16.08.2024)
4+
5+
- Fixes issue #13
6+
7+
## 2.5.1 (27.04.2024)
48

59
- Update scope to correct installations
610

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boterop/react-native-background-timer",
3-
"version": "2.5.1",
3+
"version": "2.5.2",
44
"description": "Emit event periodically (even when app is in the background)",
55
"keywords": [
66
"react-native",

react-native-background-timer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
44

55
Pod::Spec.new do |s|
66

7-
s.name = package['name']
7+
s.name = 'react-native-background-timer'
88
s.version = package['version']
99
s.summary = package['description']
1010
s.homepage = package['repository']['url']

0 commit comments

Comments
 (0)