diff --git a/CHANGELOG.md b/CHANGELOG.md index d06ac91..137befd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.0](https://github.com/gravity-ui/gateway/compare/v3.0.4...v3.1.0) (2024-10-21) + + +### Features + +* **rest:** add ability to add axios interceptors in config ([#92](https://github.com/gravity-ui/gateway/issues/92)) ([766b150](https://github.com/gravity-ui/gateway/commit/766b150901460de2224962c3fc1e2d5858c84401)) + ## [3.0.4](https://github.com/gravity-ui/gateway/compare/v3.0.3...v3.0.4) (2024-10-17) diff --git a/package-lock.json b/package-lock.json index fc30da3..2a55570 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/gateway", - "version": "3.0.4", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@gravity-ui/gateway", - "version": "3.0.4", + "version": "3.1.0", "license": "MIT", "dependencies": { "@grpc/grpc-js": "^1.9.9", diff --git a/package.json b/package.json index 89988ad..52991d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/gateway", - "version": "3.0.4", + "version": "3.1.0", "description": "", "license": "MIT", "main": "build/index.js",