Skip to content

Commit

Permalink
chore(release): 21.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [21.0.1](v21.0.0...v21.0.1) (2021-06-26)

### Bug Fixes

* **sql:** prevent errors when running populate multiple times ([f99018f](f99018f))
* **sql:** set password correctly in PostgresqlDatabase ([599b9a0](599b9a0))
  • Loading branch information
semantic-release-bot committed Jun 26, 2021
1 parent f99018f commit 9ef0077
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [21.0.1](https://github.com/scola84/lib/compare/v21.0.0...v21.0.1) (2021-06-26)


### Bug Fixes

* **sql:** prevent errors when running populate multiple times ([f99018f](https://github.com/scola84/lib/commit/f99018f274bc0a5a89c30a95e9a89ade6c9bf266))
* **sql:** set password correctly in PostgresqlDatabase ([599b9a0](https://github.com/scola84/lib/commit/599b9a04206a3f2896bba2f77c5d97e04dee6740))

# [21.0.0](https://github.com/scola84/lib/compare/v20.0.0...v21.0.0) (2021-06-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,5 @@
"test": "jest --preset ts-jest --runInBand"
},
"types": "./types/index.d.ts",
"version": "21.0.0"
"version": "21.0.1"
}

0 comments on commit 9ef0077

Please sign in to comment.