We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be71f2 commit 237dabcCopy full SHA for 237dabc
2 files changed
CHANGELOG.md
@@ -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
@@ -1,6 +1,6 @@
{
"name": "react-native-background-timer",
- "version": "2.4.1",
+ "version": "2.5.0",
"description": "Emit event periodically (even when app is in the background)",
"keywords": [
"react-native",
@@ -19,10 +19,10 @@
19
},
20
"repository": {
21
"type": "git",
22
- "url": "https://github.com/ocetnik/react-native-background-timer.git"
+ "url": "https://github.com/boterop/react-native-background-timer.git"
23
24
- "author": "David Ocetnik",
25
- "fork": "boterop",
+ "author": "boterop",
+ "fork": "David Ocetnik",
26
"license": "MIT",
27
"peerDependencies": {
28
"react-native": ">=0.47.0"
0 commit comments