Skip to content
This repository was archived by the owner on Aug 18, 2022. It is now read-only.

Commit eb9293e

Browse files
committed
Increased version number
1 parent 3e9c161 commit eb9293e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 2020-08-14 0.4.0
4+
5+
- Added @babel/core and @babel/eslint-parser.
6+
- Added better configurability with individual models.
7+
- Added serial primary key support.
8+
39
## 2020-08-03 0.3.2
410

511
- Possible fix for undefined bug in Resolver module.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "factory-zero",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "Knex based fixtures seeding utility",
55
"main": "index.mjs",
66
"types": "./types.d.ts",

0 commit comments

Comments
 (0)