From a061449dac113de12437f772997f5bdfc5a3aaad Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 22 Jan 2024 18:19:22 +0000 Subject: [PATCH] chore(release): 17.0.0 [skip ci] # [17.0.0](https://github.com/makeomatic/ms-users/compare/v16.4.0...v17.0.0) (2024-01-22) ### Features * upgrade to core@20 ([#606](https://github.com/makeomatic/ms-users/issues/606)) ([22b98bb](https://github.com/makeomatic/ms-users/commit/22b98bbdcf234ed26cdd00ed136c34b35e328238)) ### BREAKING CHANGES * microfleet/core@20, min node.js version --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 404a51a6..742517c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [17.0.0](https://github.com/makeomatic/ms-users/compare/v16.4.0...v17.0.0) (2024-01-22) + + +### Features + +* upgrade to core@20 ([#606](https://github.com/makeomatic/ms-users/issues/606)) ([22b98bb](https://github.com/makeomatic/ms-users/commit/22b98bbdcf234ed26cdd00ed136c34b35e328238)) + + +### BREAKING CHANGES + +* microfleet/core@20, min node.js version + # [16.4.0](https://github.com/makeomatic/ms-users/compare/v16.3.4...v16.4.0) (2023-12-29) diff --git a/package.json b/package.json index f31008c0..0f8497db 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ms-users", "description": "Core of the microservice for handling users", "main": "./src/index.js", - "version": "16.4.0", + "version": "17.0.0", "scripts": { "test": "npm run lint && npm run test:e2e", "test:e2e:cluster": "DB_SRV=redisCluster mdep test run",