From dd7d65292181d8798d73043914a236c015d22e44 Mon Sep 17 00:00:00 2001 From: peterpeterparker Date: Sun, 22 May 2022 13:45:54 +0200 Subject: [PATCH] chore: release v0.0.9 --- providers/ic/CHANGELOG.md | 10 ++++++++-- providers/ic/package.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) 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",