Skip to content

Commit e9a998e

Browse files
committed
chore(release): 3.0.0-beta.4
1 parent e3a4910 commit e9a998e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## [3.0.0-beta.4](https://github.com/ykzts/node-xmlhttprequest/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2020-07-26)
6+
7+
8+
### Bug Fixes
9+
10+
* **xmlhttprequest:** allow xhr.withCredentials set ([#105](https://github.com/ykzts/node-xmlhttprequest/issues/105)) ([e3a4910](https://github.com/ykzts/node-xmlhttprequest/commit/e3a4910a17d966c4430c82ea94b33a99910eb066))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@
111111
},
112112
"source": "./src/index.ts",
113113
"types": "./dist/index.d.ts",
114-
"version": "3.0.0-beta.3"
114+
"version": "3.0.0-beta.4"
115115
}

0 commit comments

Comments
 (0)