Skip to content

Commit

Permalink
chore(release): 16.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [16.0.1](v16.0.0...v16.0.1) (2023-06-08)

### Bug Fixes

* dockerignore file ([33d6040](33d6040))
  • Loading branch information
semantic-release-bot committed Jun 8, 2023
1 parent 33d6040 commit b1fbba2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [16.0.1](https://github.com/makeomatic/ms-users/compare/v16.0.0...v16.0.1) (2023-06-08)


### Bug Fixes

* dockerignore file ([33d6040](https://github.com/makeomatic/ms-users/commit/33d604047eba9e296c18dd3bade0e45aad7839b7))

# [16.0.0](https://github.com/makeomatic/ms-users/compare/v15.11.1...v16.0.0) (2023-06-07)


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.0.0",
"version": "16.0.1",
"scripts": {
"test": "npm run lint && npm run test:e2e",
"test:e2e:cluster": "DB_SRV=redisCluster mdep test run",
Expand Down

0 comments on commit b1fbba2

Please sign in to comment.