fix(core): Ensure consistent project structure and code organization without additional changes.
This commit is contained in:
parent
784fe9ca74
commit
2464d28a19
@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2024-12-05 - 1.6.1 - fix(core)
|
||||||
|
Ensure consistent project structure and code organization without additional changes.
|
||||||
|
|
||||||
|
|
||||||
## 2024-12-05 - 1.6.0 - feat(documentSettings + translations + vat in itemLines)
|
## 2024-12-05 - 1.6.0 - feat(documentSettings + translations + vat in itemLines)
|
||||||
Updated dependencies in package.json
|
Updated dependencies in package.json
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@design.estate/dees-document',
|
name: '@design.estate/dees-document',
|
||||||
version: '1.6.0',
|
version: '1.6.1',
|
||||||
description: 'A sophisticated framework for dynamically generating and rendering business documents like invoices with modern web technologies, featuring PDF creation, templating, and automation.'
|
description: 'A sophisticated framework for dynamically generating and rendering business documents like invoices with modern web technologies, featuring PDF creation, templating, and automation.'
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@design.estate/dees-document',
|
name: '@design.estate/dees-document',
|
||||||
version: '1.6.0',
|
version: '1.6.1',
|
||||||
description: 'A sophisticated framework for dynamically generating and rendering business documents like invoices with modern web technologies, featuring PDF creation, templating, and automation.'
|
description: 'A sophisticated framework for dynamically generating and rendering business documents like invoices with modern web technologies, featuring PDF creation, templating, and automation.'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user