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

Commit 79468ce

Browse files
Merge pull request #19 from pragmaticivan/release-v1.0.0
chore: release 1.0.0
2 parents e576908 + 156b66c commit 79468ce

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

3+
## [1.0.0](https://www.github.com/pragmaticivan/mikro-orm-entity-factory/compare/v0.3.0...v1.0.0) (2022-04-23)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update dependencies and move mikro as peer
9+
10+
### Features
11+
12+
* changes license to Apache2 ([de54389](https://www.github.com/pragmaticivan/mikro-orm-entity-factory/commit/de54389a693c121d1d537703dc7576a3ef9279a5))
13+
* update dependencies and move mikro as peer ([e576908](https://www.github.com/pragmaticivan/mikro-orm-entity-factory/commit/e576908c4f2ed160d87596f172fd4ca0fab4f4dd))
14+
315
## [0.3.0](https://www.github.com/pragmaticivan/mikro-orm-entity-factory/compare/v0.2.2...v0.3.0) (2021-06-29)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
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.3.0",
3+
"version": "1.0.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)