Skip to content

Commit 40c6707

Browse files
committed
chore(release): 3.0.0-beta.5
1 parent faa6539 commit 40c6707

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
## [3.0.0-beta.5](https://github.com/ykzts/node-xmlhttprequest/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2020-07-29)
6+
7+
8+
### Features
9+
10+
* **meta:** add keywords field to package.json ([#113](https://github.com/ykzts/node-xmlhttprequest/issues/113)) ([1457b7f](https://github.com/ykzts/node-xmlhttprequest/commit/1457b7f9a5fee1515e8ade2071b73d405aae1fa2))
11+
12+
13+
### Bug Fixes
14+
15+
* **event:** use Object.defineProperty ([#115](https://github.com/ykzts/node-xmlhttprequest/issues/115)) ([f765c4d](https://github.com/ykzts/node-xmlhttprequest/commit/f765c4dd9d29eb7ee7f25582b2dce2f595cf7e57))
16+
* **xmlhttprequest:** support object property ([#116](https://github.com/ykzts/node-xmlhttprequest/issues/116)) ([cb47719](https://github.com/ykzts/node-xmlhttprequest/commit/cb477198fd575434ce091d4eabfaa2ee52341c38))
17+
518
## [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)
619

720

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@
117117
},
118118
"source": "./src/index.ts",
119119
"types": "./dist/index.d.ts",
120-
"version": "3.0.0-beta.4"
120+
"version": "3.0.0-beta.5"
121121
}

0 commit comments

Comments
 (0)