Skip to content

Commit

Permalink
chore: release 5.0.0
Browse files Browse the repository at this point in the history
# [5.0.0](v4.0.0...v5.0.0) (2022-08-01)

### Bug Fixes

* add factory deprecation notice ([8d75e05](8d75e05))
* update dependency glob to v8 ([2d3c996](2d3c996))

### Features

* removed unused command and add some more tests ([ea6649e](ea6649e))
* use typeorm 0.3 ([aa0153b](aa0153b))

### BREAKING CHANGES

* Removed config command
* Connection API is deprecated and removed.
  • Loading branch information
semantic-release-bot committed Aug 1, 2022
1 parent e50a9ef commit 8a1b47b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [5.0.0](https://github.com/jorgebodega/typeorm-seeding/compare/v4.0.0...v5.0.0) (2022-08-01)


### Bug Fixes

* add factory deprecation notice ([8d75e05](https://github.com/jorgebodega/typeorm-seeding/commit/8d75e05e43b35e770f7c14437a1e6b04c8fffd01))
* update dependency glob to v8 ([2d3c996](https://github.com/jorgebodega/typeorm-seeding/commit/2d3c99635fcfdd667b38a4bed60d663145dd619b))


### Features

* removed unused command and add some more tests ([ea6649e](https://github.com/jorgebodega/typeorm-seeding/commit/ea6649e98261d62907118448b047987cbebcd2c7))
* use typeorm 0.3 ([aa0153b](https://github.com/jorgebodega/typeorm-seeding/commit/aa0153bd050c60ab94f9979eff4e5ab9bec81645))


### BREAKING CHANGES

* Removed config command
* Connection API is deprecated and removed.

# [5.0.0-next.2](https://github.com/jorgebodega/typeorm-seeding/compare/v5.0.0-next.1...v5.0.0-next.2) (2022-08-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jorgebodega/typeorm-seeding",
"version": "5.0.0-next.2",
"version": "5.0.0",
"description": "🌱 A delightful way to seed test data into your database.",
"license": "MIT",
"author": "Gery Hirschfeld <gery.hirschfeld@w3tec.ch> (https://github.com/hirsch88)",
Expand Down

0 comments on commit 8a1b47b

Please sign in to comment.