Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.0.0...v4.0.0) (2022-05-08)

### Bug Fixes

* fix import path for windows ([#112](#112)) ([3096d4f](3096d4f))

### BREAKING CHANGES

* `http-cookie-agent/http:node` cannot use on windows, so renamed `http-cookie-agent/http`

* ci: test on windows and macos environments

* chore: update MIGRATION.md
  • Loading branch information
semantic-release-bot committed May 8, 2022
1 parent 2652ed8 commit 0e9efed
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [4.0.0](https://github.com/3846masa/http-cookie-agent/compare/v3.0.0...v4.0.0) (2022-05-08)


### Bug Fixes

* fix import path for windows ([#112](https://github.com/3846masa/http-cookie-agent/issues/112)) ([3096d4f](https://github.com/3846masa/http-cookie-agent/commit/3096d4f8647ac6878fabcb54eea3faea21d3928e))


### BREAKING CHANGES

* `http-cookie-agent/http:node` cannot use on windows, so renamed `http-cookie-agent/http`

* ci: test on windows and macos environments

* chore: update MIGRATION.md

# [3.0.0](https://github.com/3846masa/http-cookie-agent/compare/v2.1.2...v3.0.0) (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": "3.0.0",
"version": "4.0.0",
"description": "Allows cookies with every Node.js HTTP clients.",
"keywords": [
"agent",
Expand Down

0 comments on commit 0e9efed

Please sign in to comment.