From 620b0d2b41608749764963b8c4cdb107ac228e78 Mon Sep 17 00:00:00 2001 From: Igor Ognichenko Date: Thu, 3 Jan 2019 10:55:27 +0200 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 821d980..108845b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,14 @@ ### Bug Fixes -- 🐛 current reference ([2ce285a](https://github.com/RobinCK/typeorm-fixtures/commit/2ce285a)) -- 🐛 processor functionality ([fa8f6de](https://github.com/RobinCK/typeorm-fixtures/commit/fa8f6de)) +- current reference ([2ce285a](https://github.com/RobinCK/typeorm-fixtures/commit/2ce285a)) +- processor functionality ([fa8f6de](https://github.com/RobinCK/typeorm-fixtures/commit/fa8f6de)) - package.json ([d2a7eb4](https://github.com/RobinCK/typeorm-fixtures/commit/d2a7eb4)) - test entities ([3347bea](https://github.com/RobinCK/typeorm-fixtures/commit/3347bea)) ### Features -- 🎸 implement range reference ([07fef4b](https://github.com/RobinCK/typeorm-fixtures/commit/07fef4b)) +- implement range reference ([07fef4b](https://github.com/RobinCK/typeorm-fixtures/commit/07fef4b)) - add debug and sync options ([d196f0f](https://github.com/RobinCK/typeorm-fixtures/commit/d196f0f)) - configure commitlint ([eca2cb8](https://github.com/RobinCK/typeorm-fixtures/commit/eca2cb8)) - output process ([bf5b9ed](https://github.com/RobinCK/typeorm-fixtures/commit/bf5b9ed))