Skip to content

Commit

Permalink
Prepare for release v2.5.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
boterop authored Apr 27, 2024
1 parent 8be71f2 commit 237dabc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog

## 2.5.0 (27.04.2024)

- Remove NativeEventEmitter warning
- Create auto-release and CI
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -19,10 +19,10 @@
},
"repository": {
"type": "git",
"url": "https://github.com/ocetnik/react-native-background-timer.git"
"url": "https://github.com/boterop/react-native-background-timer.git"
},
"author": "David Ocetnik",
"fork": "boterop",
"author": "boterop",
"fork": "David Ocetnik",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.47.0"
Expand Down

0 comments on commit 237dabc

Please sign in to comment.