From e40b28ecd8c98ff2768fe81bd20beee642a38693 Mon Sep 17 00:00:00 2001 From: igor <igor.markin@vereign.com> Date: Wed, 23 Jun 2021 15:57:23 +0500 Subject: [PATCH] Bump version and update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5279ec6..2168c8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [2.0.1] - 2021-06-23 + +### Changed + +- Removed a hack that adds random number to the Backblaze query in order to reset cache + ## [2.0.0] - 2021-06-15 ### Removed diff --git a/package.json b/package.json index a4a729e..c1dac11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vereign/light-utils", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "main": "./dist/index.js", "types": "./dist/index.d.ts", -- GitLab