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

Commit 4619251

Browse files
Merge pull request #16 from pragmaticivan/release-v0.3.0
chore: release 0.3.0
2 parents 8259ddb + 3e667e0 commit 4619251

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## [0.3.0](https://www.github.com/pragmaticivan/mikro-orm-entity-factory/compare/v0.2.2...v0.3.0) (2021-06-29)
4+
5+
6+
### Features
7+
8+
* tests multiple merge release ([2746dbb](https://www.github.com/pragmaticivan/mikro-orm-entity-factory/commit/2746dbb9c7ed89d9d02b5f0ec611085c95df998c))
9+
* tests multiple merge release step 2 ([8259ddb](https://www.github.com/pragmaticivan/mikro-orm-entity-factory/commit/8259ddbd5a3b228ee2496c73a6ad9dc41795ab04))
10+
311
### [0.2.2](https://www.github.com/pragmaticivan/mikro-orm-entity-factory/compare/v0.2.1...v0.2.2) (2021-03-03)
412

513

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.2.2",
3+
"version": "0.3.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)