diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b16cdb..52f23a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1.27](https://github.com/ltv/moleculer-apollo-server-mixin/branches/compare/v0.1.27%0Dv0.1.26) (2023-02-05) + + +### Features + +* allow configure route ([e64413c](https://github.com/ltv/moleculer-apollo-server-mixin/commits/e64413c1f8f87e72171ffe2674a9fd431272924a)) + ### [0.1.26](https://github.com/ltv/moleculer-apollo-server-mixin/branches/compare/v0.1.26%0Dv0.1.25) (2023-02-05) diff --git a/package.json b/package.json index a5b508b..2f37362 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ltv/moleculer-apollo-server-mixin", - "version": "0.1.26", + "version": "0.1.27", "description": "An Apollo Server v4 mixin for moleculerjs. Schema first & compatible with GraphQL codegen", "main": "./dist/index.cjs.js", "module": "./dist/index.esm.js",