Skip to content

Commit 48fe424

Browse files
github-actions[bot]eoaksnes
authored andcommitted
chore(main): release 1.2.0
1 parent 51c9870 commit 48fe424

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/equinor/template-fastapi-react/compare/v1.1.1...v1.2.0) (2022-11-09)
4+
5+
6+
### Features
7+
8+
* expand and visualize auth states ([51c9870](https://github.com/equinor/template-fastapi-react/commit/51c9870bc657d586464780c664aeb6edb49b5ba2))
9+
* **web:** clear input on add-todo ([d61adc1](https://github.com/equinor/template-fastapi-react/commit/d61adc16ea35a25b2d556b61b9d1cf710de41e8e))
10+
* **web:** visualize loading state better ([6a6ab81](https://github.com/equinor/template-fastapi-react/commit/6a6ab81bec55bf79aeda5a07e8eff5cdd84b4ab5))
11+
12+
13+
### Bug Fixes
14+
15+
* make useTodos simpler to use ([e8f0a18](https://github.com/equinor/template-fastapi-react/commit/e8f0a1866c594ca0a526bac3ae3e5a1f8551a005))
16+
317
## [1.1.1](https://github.com/equinor/template-fastapi-react/compare/v1.1.0...v1.1.1) (2022-11-04)
418

519

api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "api"
3-
version = "1.1.1" # x-release-please-version
3+
version = "1.2.0" # x-release-please-version
44
description = "API for Template Fastapi React"
55
authors = []
66
license = ""

0 commit comments

Comments
 (0)