Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.1.2...v3.0.0) (2022-05-07)

### Features

* change import path for node:http ([#105](#105)) ([6260bdc](6260bdc))
* update README and add MIGRATION GUIDES ([#110](#110)) ([cb03a9f](cb03a9f))
* use cookiejar synchronous functions by default ([#107](#107)) ([2bf68bb](2bf68bb))

### BREAKING CHANGES

* see MIGRATION.md for more details.
* The property name for passing cookiejar to agent has been changed.
* Changed to use cookiejar synchronous functions by default. If you use an asynchronous cookiejar store, set cookies.async_UNSTABLE to true.
* you should import `'http-cookie-agent/node:http'` instead of `'http-cookie-agent'`.
  • Loading branch information
semantic-release-bot authored and 3846masa committed May 8, 2022
1 parent 3096d4f commit 7126b8f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [3.0.0](https://github.com/3846masa/http-cookie-agent/compare/v2.1.2...v3.0.0) (2022-05-07)


### Features

* change import path for node:http ([#105](https://github.com/3846masa/http-cookie-agent/issues/105)) ([6260bdc](https://github.com/3846masa/http-cookie-agent/commit/6260bdc1c5fad2a466922e51d5ec260348725e75))
* update README and add MIGRATION GUIDES ([#110](https://github.com/3846masa/http-cookie-agent/issues/110)) ([cb03a9f](https://github.com/3846masa/http-cookie-agent/commit/cb03a9fd4163ea57b9cb945fd2fd79c779cbac4a))
* use cookiejar synchronous functions by default ([#107](https://github.com/3846masa/http-cookie-agent/issues/107)) ([2bf68bb](https://github.com/3846masa/http-cookie-agent/commit/2bf68bb28a8f5e0209a294d6d6430cf61a95ed9e))


### BREAKING CHANGES

* see MIGRATION.md for more details.
* The property name for passing cookiejar to agent has been changed.
* Changed to use cookiejar synchronous functions by default. If you use an asynchronous cookiejar store, set cookies.async_UNSTABLE to true.
* you should import `'http-cookie-agent/node:http'` instead of `'http-cookie-agent'`.

## [2.1.2](https://github.com/3846masa/http-cookie-agent/compare/v2.1.1...v2.1.2) (2022-05-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "http-cookie-agent",
"version": "2.1.2",
"version": "3.0.0",
"description": "Allows cookies with every Node.js HTTP clients.",
"keywords": [
"agent",
Expand Down

0 comments on commit 7126b8f

Please sign in to comment.