fix(core): Ensure stability of core functionalities.
This commit is contained in:
parent
25b2519324
commit
9b1b91eb31
@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2024-12-14 - 1.5.2 - fix(core)
|
||||||
|
Ensure stability of core functionalities.
|
||||||
|
|
||||||
|
|
||||||
## 2024-12-14 - 1.5.1 - fix(core)
|
## 2024-12-14 - 1.5.1 - fix(core)
|
||||||
Refine logging format in CodeFeed class
|
Refine logging format in CodeFeed class
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@foss.global/codefeed',
|
name: '@foss.global/codefeed',
|
||||||
version: '1.5.1',
|
version: '1.5.2',
|
||||||
description: 'a module for creating feeds for code development'
|
description: 'a module for creating feeds for code development'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user