From 0b2bcc3054ce80202fa4b1cd42642e3481dfcef0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 07:51:39 +0000 Subject: [PATCH] chore(main): release 1.2.1 --- CHANGELOG.md | 7 +++++++ api/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a875c8..743e1071 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/equinor/template-fastapi-react/compare/v1.2.0...v1.2.1) (2022-11-09) + + +### Bug Fixes + +* **web:** adding todo item now clears input. ([82e6f6b](https://github.com/equinor/template-fastapi-react/commit/82e6f6baee06ccbd50c4d59fe7a9a97a4b1df094)) + ## [1.2.0](https://github.com/equinor/template-fastapi-react/compare/v1.1.1...v1.2.0) (2022-11-09) diff --git a/api/pyproject.toml b/api/pyproject.toml index 1ccef1e2..e75844a7 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "api" -version = "1.2.0" # x-release-please-version +version = "1.2.1" # x-release-please-version description = "API for Template Fastapi React" authors = [] license = ""