Skip to content

Commit c250244

Browse files
committed
Version 0.19.1
1 parent f808c73 commit c250244

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
### Fixed
2121
### Removed --->
2222

23+
## 0.19.1 - 2023-08-28
24+
### Changed
25+
- Now using Laravel Pint and Laravel preset for code style
26+
- Create multiple invoices from an order
27+
### Fixed
28+
- Typo on quote show view
29+
### Removed
30+
- Travis config
31+
- cs fixer config
32+
2333
## 0.19.0 - 2023-08-25
2434
### Added
2535
- Update command for updating database

config/package.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
|
1414
*/
1515

16-
'version' => '0.19.0',
16+
'version' => '0.19.1',
1717

1818
];

0 commit comments

Comments
 (0)