Skip to content

Commit 237dabc

Browse files
authored
Prepare for release v2.5.0 (#4)
1 parent 8be71f2 commit 237dabc

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changelog
2+
3+
## 2.5.0 (27.04.2024)
4+
5+
- Remove NativeEventEmitter warning
6+
- Create auto-release and CI

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-background-timer",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"description": "Emit event periodically (even when app is in the background)",
55
"keywords": [
66
"react-native",
@@ -19,10 +19,10 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/ocetnik/react-native-background-timer.git"
22+
"url": "https://github.com/boterop/react-native-background-timer.git"
2323
},
24-
"author": "David Ocetnik",
25-
"fork": "boterop",
24+
"author": "boterop",
25+
"fork": "David Ocetnik",
2626
"license": "MIT",
2727
"peerDependencies": {
2828
"react-native": ">=0.47.0"

0 commit comments

Comments
 (0)