Skip to content

Commit

Permalink
Prettier codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jul 23, 2024
1 parent de549e3 commit b09da0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,14 @@
- Add esm bundle
- Fix typescript definition of .get() to return undefined|T


# v1.4.0

- Only evict if not already settled

# v1.3.0


- Add statusCallback


# v1.2.0

- Avoid caching failed requests
Expand All @@ -31,7 +28,6 @@

- Fix typescript declaration on abortsignal ponyfill


# v1.1.1

- Improve typescript typings
Expand Down
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};
}

0 comments on commit b09da0b

Please sign in to comment.