From cfdfc2f76c1434299afb9ebda97d0832b6aab5b7 Mon Sep 17 00:00:00 2001 From: "@qiwibot" Date: Mon, 22 Mar 2021 08:13:45 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # @qiwi/nexus-helper [2.1.0](https://github.com/qiwi/nexus/compare/@qiwi/nexus-helper@2.0.2...@qiwi/nexus-helper@2.1.0) (2021-03-22) ### Features * add filtering by range to download ([#24](https://github.com/qiwi/nexus/issues/24)) ([483ac34](https://github.com/qiwi/nexus/commit/483ac3492133a0ccdc0f62a0e46f1535b9db66ff)) --- packages/helper/CHANGELOG.md | 7 +++++++ packages/helper/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/helper/CHANGELOG.md b/packages/helper/CHANGELOG.md index b89fc96..3c7b088 100644 --- a/packages/helper/CHANGELOG.md +++ b/packages/helper/CHANGELOG.md @@ -1,3 +1,10 @@ +# @qiwi/nexus-helper [2.1.0](https://github.com/qiwi/nexus/compare/@qiwi/nexus-helper@2.0.2...@qiwi/nexus-helper@2.1.0) (2021-03-22) + + +### Features + +* add filtering by range to download ([#24](https://github.com/qiwi/nexus/issues/24)) ([483ac34](https://github.com/qiwi/nexus/commit/483ac3492133a0ccdc0f62a0e46f1535b9db66ff)) + ## @qiwi/nexus-helper [2.0.2](https://github.com/qiwi/nexus/compare/@qiwi/nexus-helper@2.0.1...@qiwi/nexus-helper@2.0.2) (2021-03-19) diff --git a/packages/helper/package.json b/packages/helper/package.json index ffeb6ba..920f697 100644 --- a/packages/helper/package.json +++ b/packages/helper/package.json @@ -1,6 +1,6 @@ { "name": "@qiwi/nexus-helper", - "version": "2.0.2", + "version": "2.1.0", "description": "API for managing Nexus NPM repository contents", "main": "target/es5/index.js", "repository": "https://github.com/qiwi/nexus.git",