Skip to content

Commit 13bbedb

Browse files
authored
Merge pull request #70 from OrF8/update-docs-to-v-1.1.1
chore(release): bump version to 1.1.1
2 parents f4e773f + 4f6e31c commit 13bbedb

6 files changed

Lines changed: 13 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ The format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.1.0
1111

1212
[//]: # (- _No entries yet._)
1313

14+
## [1.1.1]
15+
16+
### Changed
17+
- Improved the transaction form by placing credit-card-specific fields in a more intuitive location.
18+
1419
## [1.1.0]
1520

1621
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It supports shared boards, one-level board hierarchies ("super boards" with sub-
88
<p align="center">
99
<img src="https://img.shields.io/badge/License-MIT-yellow.svg?logo=opensourceinitiative" alt="License: MIT">
1010
<img src="https://img.shields.io/github/languages/top/OrF8/ExpenseManagement?style=default&logo=javascript&color=F7DF1E" alt="top-language">
11-
<img src="https://img.shields.io/badge/Release-v1.1.0-4c1?style=flat" alt="Release v1.1.0">
11+
<img src="https://img.shields.io/badge/Release-v1.1.1-4c1?style=flat" alt="Release v1.1.1">
1212
</p>
1313
<p align="center">
1414
<img src="https://img.shields.io/badge/React-19-61DAFB?logo=react&logoColor=white" alt="react">
@@ -244,7 +244,7 @@ For vulnerability reporting, see [SECURITY.md](./SECURITY.md).
244244

245245
## Release Status
246246

247-
Current release target: **v1.1.0**.
247+
Current release target: **v1.1.1**.
248248

249249
Notable release focus:
250250
- hierarchy-aware collaboration,

functions/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"eslint-config-google": "^0.14.0"
2323
},
2424
"private": true,
25-
"version": "1.1.0"
25+
"version": "1.1.1"
2626
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "expense-management",
33
"private": true,
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)