From 6956b228c9c0867b2857224f0044cad474a1f799 Mon Sep 17 00:00:00 2001 From: XHR Bot <84291682+xhrbot@users.noreply.github.com> Date: Sat, 29 May 2021 19:20:51 +0900 Subject: [PATCH] chore: release 3.0.2 (#346) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 617bafc..a3c948f 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.2](https://www.github.com/ykzts/node-xmlhttprequest/compare/v3.0.1...v3.0.2) (2021-05-29) + + +### Bug Fixes + +* **release-please:** add missing id ([#345](https://www.github.com/ykzts/node-xmlhttprequest/issues/345)) ([67d8584](https://www.github.com/ykzts/node-xmlhttprequest/commit/67d8584dae407c1eacfda39f8bffa59c86ff1ce8)) + ### [3.0.1](https://www.github.com/ykzts/node-xmlhttprequest/compare/v3.0.0...v3.0.1) (2021-05-29) diff --git a/package.json b/package.json index 360d7f3..d057ff4 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.1" + "version": "3.0.2" }