From 9fe99172bc7a1ea5f15c3b509a4a3da92c402ed4 Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Thu, 28 Mar 2024 07:06:56 +0300 Subject: [PATCH] build: v0.0.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a038866 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# MoneyControll App CHANGELOG +### 0.0.1 (2024-03-28) + + +### 🚀 New Features + +* **app:** add base scripts [#1](https://gitlab.com/money-control2/web/frontend/issues/1) ([3977ac2](https://gitlab.com/money-control2/web/frontend/commit/3977ac2adc25e008b9db0e64f58893e70176f5ff)) +* **app:** add eslint [#3](https://gitlab.com/money-control2/web/frontend/issues/3) ([c29db6f](https://gitlab.com/money-control2/web/frontend/commit/c29db6ffd178e8cb2abf4db2572c750f5853005f)) +* **app:** add eslint for jest files [#3](https://gitlab.com/money-control2/web/frontend/issues/3) ([f50c60b](https://gitlab.com/money-control2/web/frontend/commit/f50c60b6814eba28b4458de446e8fc7d8a0645b0)) +* **app:** add git hooks control [#4](https://gitlab.com/money-control2/web/frontend/issues/4) ([9f8eaf4](https://gitlab.com/money-control2/web/frontend/commit/9f8eaf424e0b03eaab30362e62ad30de910eeaba)) +* **app:** add jest testing [#2](https://gitlab.com/money-control2/web/frontend/issues/2) ([4697997](https://gitlab.com/money-control2/web/frontend/commit/4697997c1fcee67d10389a395b79de01ef205114)) +* **app:** add standard-version [#5](https://gitlab.com/money-control2/web/frontend/issues/5) ([fe57ae4](https://gitlab.com/money-control2/web/frontend/commit/fe57ae4a5e4c986923d3851e1742965e4570839c)) diff --git a/package.json b/package.json index 8be203f..e33e69c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "money-controll-frontend-app", - "version": "0.0.0", + "version": "0.0.1", "description": "Frontend part of ksv741 MoneyControll App", "main": "index.js", "scripts": {