Skip to content

Commit a27ffa6

Browse files
authored
chore: release 3.0.3 (#348)
1 parent 5209857 commit a27ffa6

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.3](https://www.github.com/ykzts/node-xmlhttprequest/compare/v3.0.2...v3.0.3) (2021-05-29)
6+
7+
8+
### Bug Fixes
9+
10+
* **release-please:** add step for cache dir ([#347](https://www.github.com/ykzts/node-xmlhttprequest/issues/347)) ([5209857](https://www.github.com/ykzts/node-xmlhttprequest/commit/5209857820d7ae7775d3ca49765307fbf8cd2016))
11+
512
### [3.0.2](https://www.github.com/ykzts/node-xmlhttprequest/compare/v3.0.1...v3.0.2) (2021-05-29)
613

714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@
5757
"source": "./src/index.ts",
5858
"types": "./types/index.d.ts",
5959
"unpkg": "./dist/index.umd.js",
60-
"version": "3.0.2"
60+
"version": "3.0.3"
6161
}

0 commit comments

Comments
 (0)