From 72d727ba09ab6f52d30c0a7ed11a029523ff55f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 12 Aug 2024 09:12:25 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/fuzzy-panthers-play.md | 5 ----- .changeset/honest-seas-rhyme.md | 5 ----- .changeset/pink-apples-hope.md | 5 ----- packages/download-notion/CHANGELOG.md | 10 ++++++++++ packages/download-notion/package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/fuzzy-panthers-play.md delete mode 100644 .changeset/honest-seas-rhyme.md delete mode 100644 .changeset/pink-apples-hope.md diff --git a/.changeset/fuzzy-panthers-play.md b/.changeset/fuzzy-panthers-play.md deleted file mode 100644 index b3a84db..0000000 --- a/.changeset/fuzzy-panthers-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"notion-downloader-cli": patch ---- - -FEAT: Continous pulling diff --git a/.changeset/honest-seas-rhyme.md b/.changeset/honest-seas-rhyme.md deleted file mode 100644 index 6a722b6..0000000 --- a/.changeset/honest-seas-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"notion-downloader-cli": patch ---- - -BUGFIX:Cover image creation diff --git a/.changeset/pink-apples-hope.md b/.changeset/pink-apples-hope.md deleted file mode 100644 index 91810a4..0000000 --- a/.changeset/pink-apples-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"notion-downloader-cli": patch ---- - -FEAT: Download cover images diff --git a/packages/download-notion/CHANGELOG.md b/packages/download-notion/CHANGELOG.md index 1704c18..6196928 100644 --- a/packages/download-notion/CHANGELOG.md +++ b/packages/download-notion/CHANGELOG.md @@ -1,5 +1,15 @@ # download-notion +## 0.0.3 + +### Patch Changes + +- [`5843918184dd75a13df730e28e60153a823088ec`](https://github.com/FranciscoMoretti/notion-downloader/commit/5843918184dd75a13df730e28e60153a823088ec) Thanks [@FranciscoMoretti](https://github.com/FranciscoMoretti)! - FEAT: Continous pulling + +- [`2bd86677ebb110690050b63e3aae2879994df1ee`](https://github.com/FranciscoMoretti/notion-downloader/commit/2bd86677ebb110690050b63e3aae2879994df1ee) Thanks [@FranciscoMoretti](https://github.com/FranciscoMoretti)! - BUGFIX:Cover image creation + +- [`3ab7d19890d11098956642e04b8332a051702afa`](https://github.com/FranciscoMoretti/notion-downloader/commit/3ab7d19890d11098956642e04b8332a051702afa) Thanks [@FranciscoMoretti](https://github.com/FranciscoMoretti)! - FEAT: Download cover images + ## 0.0.2 ### Patch Changes diff --git a/packages/download-notion/package.json b/packages/download-notion/package.json index c0bc221..b60bb59 100644 --- a/packages/download-notion/package.json +++ b/packages/download-notion/package.json @@ -1,6 +1,6 @@ { "name": "notion-downloader-cli", - "version": "0.0.2", + "version": "0.0.3", "description": "A CLI to download notion pages.", "publishConfig": { "access": "public"