Skip to content

Commit

Permalink
chore(release): 17.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [17.0.0](v16.4.0...v17.0.0) (2024-01-22)

### Features

* upgrade to core@20 ([#606](#606)) ([22b98bb](22b98bb))

### BREAKING CHANGES

* microfleet/core@20, min node.js version
  • Loading branch information
semantic-release-bot committed Jan 22, 2024
1 parent 8fe73e4 commit a061449
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a061449

Please sign in to comment.