Skip to content

Commit

Permalink
chore: 7.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aokrushk committed Jun 11, 2022
1 parent af88c7e commit e78c982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backoff-rxjs",
"version": "6.5.7",
"version": "7.0.0",
"description": "A collection of helpful RxJS operators to deal with backoff strategies (like exponential backoff)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://github.com/alex-okrushko/backoff-rxjs#readme",
"peerDependencies": {
"rxjs": "^7.5.5"
"rxjs": "^7.0.0"
},
"devDependencies": {
"@types/jest": "^28.1.0",
Expand Down

0 comments on commit e78c982

Please sign in to comment.