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

Commit 7e087a3

Browse files
Merge pull request #10 from pragmaticivan/release-v0.2.0
chore: release 0.2.0
2 parents da61183 + 9ab2a12 commit 7e087a3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.0](https://www.github.com/pragmaticivan/mikro-orm-entity-factory/compare/v0.1.1...v0.2.0) (2021-03-03)
4+
5+
6+
### Features
7+
8+
* automate npm publishing ([da61183](https://www.github.com/pragmaticivan/mikro-orm-entity-factory/commit/da611832f60ce027fb2696a3cb80905a72a6193a))
9+
310
### [0.1.1](https://www.github.com/pragmaticivan/mikro-orm-entity-factory/compare/v0.1.0...v0.1.1) (2021-03-03)
411

512

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mikro-orm-entity-factory",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "A library for generating mikro-orm entities in bulk.",
55
"main": "lib/index.js",
66
"typings": "lib/index",

0 commit comments

Comments
 (0)