Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
d103778a75 | |||
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
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@foss.global/codefeed",
|
"name": "@foss.global/codefeed",
|
||||||
"version": "1.5.1",
|
"version": "1.5.2",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "a module for creating feeds for code development",
|
"description": "a module for creating feeds for code development",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
@ -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'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user