Skip to content

Commit 54bda91

Browse files
authored
chore: release 3.0.4 (#473)
1 parent be7f964 commit 54bda91

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.4](https://www.github.com/ykzts/node-xmlhttprequest/compare/v3.0.3...v3.0.4) (2021-12-16)
6+
7+
8+
### Bug Fixes
9+
10+
* **release-please:** support `require` under Node ([#472](https://www.github.com/ykzts/node-xmlhttprequest/issues/472)) ([a22663b](https://www.github.com/ykzts/node-xmlhttprequest/commit/a22663bb2c66a4c056726ec97b48d6f6828a132c))
11+
512
### [3.0.3](https://www.github.com/ykzts/node-xmlhttprequest/compare/v3.0.2...v3.0.3) (2021-05-29)
613

714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
"source": "./src/index.ts",
6161
"types": "./types/index.d.ts",
6262
"unpkg": "./dist/index.umd.js",
63-
"version": "3.0.3"
63+
"version": "3.0.4"
6464
}

0 commit comments

Comments
 (0)