Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
e3b51414a9 | |||
7b1e9ed072 |
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 2024-12-13 - 1.2.1 - fix(core)
|
||||
No changes detected
|
||||
|
||||
|
||||
## 2024-12-13 - 1.2.0 - feat(core)
|
||||
Add organization-level activity fetching and RSS parsing
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@foss.global/codefeed",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"private": false,
|
||||
"description": "a module for creating feeds for code development",
|
||||
"main": "dist_ts/index.js",
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@foss.global/codefeed',
|
||||
version: '1.2.0',
|
||||
version: '1.2.1',
|
||||
description: 'a module for creating feeds for code development'
|
||||
}
|
||||
|
Reference in New Issue
Block a user