From 0c198595b8605772b47e7209a738dea0108e36ea Mon Sep 17 00:00:00 2001 From: anxietypb Date: Wed, 4 Nov 2020 12:16:54 +0100 Subject: [PATCH] chore(release): 2.2.0 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b665ce6..e0e516e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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. + +# [2.2.0](https://github.com/PBug90/w3gjs/compare/v2.1.0...v2.2.0) (2020-11-04) + + +### Bug Fixes + +* corrected typo of basic_replay_information event in W3GReplay ([#64](https://github.com/PBug90/w3gjs/issues/64)) ([39515ab](https://github.com/PBug90/w3gjs/commit/39515ab)) + + +### Features + +* calculate group hotkeys for players and add to parser output([#63](https://github.com/PBug90/w3gjs/issues/63)) ([0fdb560](https://github.com/PBug90/w3gjs/commit/0fdb560)) +* move building upgradesfrom units to buildings in parser output ([#61](https://github.com/PBug90/w3gjs/issues/61)) ([de29d08](https://github.com/PBug90/w3gjs/commit/de29d08)) + + + # [2.1.0](https://github.com/PBug90/w3gjs/compare/v2.0.0...v2.1.0) (2020-08-26) diff --git a/package-lock.json b/package-lock.json index dca14c5..966aa44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "w3gjs", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 64603af..b0c9aa1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "w3gjs", - "version": "2.1.0", + "version": "2.2.0", "description": "A native JavaScript WarCraft 3 replay parser implementation.", "main": "dist/lib/index.js", "module": "dist/W3GReplay.es5.js", @@ -80,4 +80,4 @@ "url": "https://github.com/PBug90/w3gjs/issues" }, "homepage": "https://github.com/PBug90/w3gjs#readme" -} \ No newline at end of file +}