Skip to content

Commit 6f5617d

Browse files
authored
Prepare to release v2.5.2 (#16)
* Prepare to release v2.5.2 * Update release action
1 parent 8e58e68 commit 6f5617d

5 files changed

Lines changed: 673 additions & 155 deletions

File tree

.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",

0 commit comments

Comments
 (0)