diff --git a/providers/ic/CHANGELOG.md b/providers/ic/CHANGELOG.md index 52ac70d..a187705 100644 --- a/providers/ic/CHANGELOG.md +++ b/providers/ic/CHANGELOG.md @@ -1,8 +1,14 @@ -# 0.0.9 (2022-05-XX) +# 0.0.9 (2022-05-22) ### Features -- query docs / decks entries on publish to refresh the all list of published materials ("update list in index.html") +- query all docs / decks entries on publish to refresh the list of published materials ("update list in index.html") +- publish a `sitemap.xml` +- publish a `rss.xml` + +### Build + +- bump all dependencies # 0.0.7 - 0.0.8 (2022-04-15) diff --git a/providers/ic/package.json b/providers/ic/package.json index e16cbf8..ab3f296 100644 --- a/providers/ic/package.json +++ b/providers/ic/package.json @@ -1,6 +1,6 @@ { "name": "@papyrs/ic", - "version": "0.0.8", + "version": "0.0.9", "description": "The Internet Computer providers of Papyrs", "main": "dist/index.cjs.js", "module": "dist/index.js",