fix(core): Ensure stability of core functionalities.

This commit is contained in:
Philipp Kunz 2024-12-14 00:33:58 +01:00
parent 25b2519324
commit 9b1b91eb31
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 2024-12-14 - 1.5.2 - fix(core)
Ensure stability of core functionalities.
## 2024-12-14 - 1.5.1 - fix(core)
Refine logging format in CodeFeed class

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@foss.global/codefeed',
version: '1.5.1',
version: '1.5.2',
description: 'a module for creating feeds for code development'
}