Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from pragmaticivan/release-v0.0.4
Browse files Browse the repository at this point in the history
chore: release 0.0.4
  • Loading branch information
pragmaticivan authored Mar 2, 2021
2 parents 85a4132 + beb9260 commit 390fc77
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [0.0.4](https://www.github.com/pragmaticivan/mikro-orm-entity-factory/compare/v0.0.3...v0.0.4) (2021-03-02)


### Bug Fixes

* don't call the constructor when getting the name ([85a4132](https://www.github.com/pragmaticivan/mikro-orm-entity-factory/commit/85a413292d35399fe92711215f6a609587e6cc25))

### [0.0.3](https://www.github.com/pragmaticivan/mikro-orm-entity-factory/compare/v0.0.2...v0.0.3) (2021-02-20)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mikro-orm-entity-factory",
"version": "0.0.3",
"version": "0.0.4",
"description": "A library for generating mikro-orm entities in bulk.",
"main": "lib/index.js",
"typings": "lib/index",
Expand Down

0 comments on commit 390fc77

Please sign in to comment.