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",