From 1d4c87644d08e82a29a6c00881f8ad7976580249 Mon Sep 17 00:00:00 2001 From: noctifer20 Date: Mon, 9 Aug 2021 02:11:27 +0400 Subject: [PATCH] chore(release): 0.0.5 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84c3212..fdd9e51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [0.0.5](https://github.com/noctifer20/nestjs-geetest/compare/v0.0.4...v0.0.5) (2021-08-08) + ### [0.0.4](https://github.com/noctifer20/nestjs-geetest/compare/v0.0.3...v0.0.4) (2021-07-27) ### [0.0.3](https://github.com/noctifer20/nestjs-geetest/compare/v0.0.2...v0.0.3) (2021-07-26) diff --git a/package.json b/package.json index 98fc27b..f86e700 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-geetest", - "version": "0.0.4", + "version": "0.0.5", "description": "NestJs library for GeeTest integration.", "main": "build/main/index.js", "typings": "build/main/index.d.ts",