Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriangalliat committed Feb 22, 2024
1 parent 1e9c75f commit 5c4bb5d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [3.0.0] - 2024-02-21
* Export `FetchCookieImpl` interface. ([#81])
* **Breaking:** move away from CJS `module.exports = fetchCookie` style,
instead use more standard and future-proof `exports.default = fetchCookie`.
When using CJS, you now need to `const fetchCookie = require('fetch-cookie').default`
instead of `const fetchCookie = require('fetch-cookie')` previously.

## [2.2.0] - 2024-02-01
* Export `CookieJar` interface. ([#81])

Expand Down

0 comments on commit 5c4bb5d

Please sign in to comment.