Skip to content

Commit

Permalink
Prepare to release v2.5.2 (#16)
Browse files Browse the repository at this point in the history
* Prepare to release v2.5.2

* Update release action
  • Loading branch information
boterop authored Aug 16, 2024
1 parent 8e58e68 commit 6f5617d
Show file tree
Hide file tree
Showing 5 changed files with 673 additions and 155 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
Loading

0 comments on commit 6f5617d

Please sign in to comment.