Skip to content

Commit

Permalink
chore: Release 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.6.2...v2.0.0) (2021-12-14)

### Bug Fixes

* Npm package not handling correctly entrypoint ([b51a099](b51a099))
* npmignore not working properly ([2d1d898](2d1d898))

* 👷 ci: Add changes to how semantic-release work ([c4c34dd](c4c34dd))

### Features

* add save options to create and createMany ([ca88005](ca88005))

### BREAKING CHANGES

* just to enforce new major version
  • Loading branch information
semantic-release-bot committed Dec 14, 2021
1 parent cbb98b1 commit 3b53a05
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [2.0.0](https://github.com/jorgebodega/typeorm-seeding/compare/v1.6.2...v2.0.0) (2021-12-14)


### Bug Fixes

* Npm package not handling correctly entrypoint ([b51a099](https://github.com/jorgebodega/typeorm-seeding/commit/b51a099d20a7df30f017693852b15ced7587f04a))
* npmignore not working properly ([2d1d898](https://github.com/jorgebodega/typeorm-seeding/commit/2d1d8986351ec647f88df7f3a72c37b149826fa3))


* :construction_worker: ci: Add changes to how semantic-release work ([c4c34dd](https://github.com/jorgebodega/typeorm-seeding/commit/c4c34dd55882a445992882398c5da74459322a77))


### Features

* add save options to create and createMany ([ca88005](https://github.com/jorgebodega/typeorm-seeding/commit/ca88005775d0aa37d1668d458ad17d260b192499))


### BREAKING CHANGES

* just to enforce new major version

# [2.0.0-next.3](https://github.com/jorgebodega/typeorm-seeding/compare/v2.0.0-next.2...v2.0.0-next.3) (2021-12-13)


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": "2.0.0-next.3",
"version": "2.0.0",
"description": "🌱 A delightful way to seed test data into your database.",
"license": "MIT",
"author": "Gery Hirschfeld <[email protected]> (https://github.com/hirsch88)",
Expand Down

0 comments on commit 3b53a05

Please sign in to comment.