From 3adf0ce6d78f818e4f396de97a8d8b08c690f8d7 Mon Sep 17 00:00:00 2001 From: zarrttt Date: Wed, 23 Dec 2020 11:41:32 +0700 Subject: [PATCH] chore(release): 1.2.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d35ee34..6c86f33 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. +### [1.2.1](https://github.com/zhycorp/node-zhycorp/compare/v1.2.0...v1.2.1) (2020-12-23) + + +### Bug Fixes + +* **API:** Use Array#find since its array not an object ([#104](https://github.com/zhycorp/node-zhycorp/issues/104)) ([f2157a3](https://github.com/zhycorp/node-zhycorp/commit/f2157a37569d48084704a1779ae3e82cd9ce9309)) + ### [1.0.5](https://github.com/zhycorp/node-zhycorp/compare/v1.0.4...v1.0.5) (2020-11-07) ### [1.0.4](https://github.com/zhycorp/node-zhycorp/compare/v1.0.3...v1.0.4) (2020-11-07) diff --git a/package.json b/package.json index 8b0a02d..9487662 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-zhycorp", - "version": "1.2.0", + "version": "1.2.1", "description": "A simple API wrapper for Zhycorp Nation Bot List, and written in TypeScript", "repository": { "type": "git",