From f3849c97c952205ec8aafcb8fa335e79b1c6bb0b Mon Sep 17 00:00:00 2001 From: Donald Wu Date: Wed, 1 Sep 2021 21:32:39 +0800 Subject: [PATCH] chore(release): 0.1.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbea5a2..da066cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.1.4](https://github.com/yeukfei02/lunchPickerAdmin/compare/v0.1.3...v0.1.4) (2021-09-01) + + +### Features + +* 🎸 use created_at and updated_at ([c65e69b](https://github.com/yeukfei02/lunchPickerAdmin/commit/c65e69ba8a4f2fdd5d4a0a35a7e7b08c500faef5)) + ### [0.1.3](https://github.com/yeukfei02/lunchPickerAdmin/compare/v0.1.2...v0.1.3) (2021-06-01) diff --git a/package.json b/package.json index ff24a5a..660a4c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lunch-picker-admin", - "version": "0.1.3", + "version": "0.1.4", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.11.4",