Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Dec 13, 2024
1 parent d587eea commit cdca8b0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# `@11ty/eleventy-activity-feed` Changelog

## v2.0.0

- Most of the code in this repo has been moved to `@11ty/import` and we’re consuming that as a dependency.
- Properties in objects returned from `getEntries` method have changed:
- `label` is now `sourceLabel`
- `title` no longer has `label` as a prefix.
- This unlocks use of any source types in `@11ty/import`: https://github.com/11ty/eleventy-import#service-types
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@11ty/eleventy-activity-feed",
"version": "1.0.9",
"version": "2.0.0",
"description": "Create one centralized RSS feed for all of the content you create across the web (aggregates from RSS, Atom, Mastodon, YouTube)",
"main": "ActivityFeed.js",
"type": "module",
Expand Down

0 comments on commit cdca8b0

Please sign in to comment.