From a27ffa6fec4143092715d2a814f4cf5efd1d9e93 Mon Sep 17 00:00:00 2001 From: XHR Bot <84291682+xhrbot@users.noreply.github.com> Date: Sat, 29 May 2021 19:30:43 +0900 Subject: [PATCH] chore: release 3.0.3 (#348) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3c948f..24a02a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [3.0.3](https://www.github.com/ykzts/node-xmlhttprequest/compare/v3.0.2...v3.0.3) (2021-05-29) + + +### Bug Fixes + +* **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)) + ### [3.0.2](https://www.github.com/ykzts/node-xmlhttprequest/compare/v3.0.1...v3.0.2) (2021-05-29) diff --git a/package.json b/package.json index d057ff4..67019b8 100644 --- a/package.json +++ b/package.json @@ -57,5 +57,5 @@ "source": "./src/index.ts", "types": "./types/index.d.ts", "unpkg": "./dist/index.umd.js", - "version": "3.0.2" + "version": "3.0.3" }