From bd7087bfe75c7e44979c94604d36ccbc9ec4d7cd Mon Sep 17 00:00:00 2001 From: Chau Tran Date: Thu, 21 Oct 2021 10:58:47 -0500 Subject: [PATCH] chore: release 3.1.3 --- CHANGELOG.md | 12 ++++++++++++ libs/blocks-html-parser/package.json | 2 +- libs/blocks-markdown-parser/package.json | 2 +- libs/scully-plugin-notion/package.json | 2 +- libs/v4-types/package.json | 2 +- package.json | 2 +- 6 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6538c51..68e4f7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +### [3.1.3](https://github.com/nartc/notion-stuff/compare/3.1.2...3.1.3) (2021-10-21) + + +### Bug Fixes + +* **html:** handle undefined language param ([#2](https://github.com/nartc/notion-stuff/issues/2)) ([a77409a](https://github.com/nartc/notion-stuff/commit/a77409a2b4f1393d25d0d7982059d687269cd0d1)) + + +### Documentations + +* add [@barbados-clemens](https://github.com/barbados-clemens) as a contributor ([4b81cba](https://github.com/nartc/notion-stuff/commit/4b81cba2ad92f68d5525a1f9f631f074852f5301)) + ### [3.1.2](https://github.com/nartc/notion-stuff/compare/3.1.1...3.1.2) (2021-10-21) diff --git a/libs/blocks-html-parser/package.json b/libs/blocks-html-parser/package.json index b269348..c57ade4 100644 --- a/libs/blocks-html-parser/package.json +++ b/libs/blocks-html-parser/package.json @@ -1,6 +1,6 @@ { "name": "@notion-stuff/blocks-html-parser", - "version": "3.1.2", + "version": "3.1.3", "dependencies": { "@notionhq/client": "~0.4.4" }, diff --git a/libs/blocks-markdown-parser/package.json b/libs/blocks-markdown-parser/package.json index 6081044..4f07e93 100644 --- a/libs/blocks-markdown-parser/package.json +++ b/libs/blocks-markdown-parser/package.json @@ -1,6 +1,6 @@ { "name": "@notion-stuff/blocks-markdown-parser", - "version": "3.1.2", + "version": "3.1.3", "dependencies": { "@notionhq/client": "~0.4.4" }, diff --git a/libs/scully-plugin-notion/package.json b/libs/scully-plugin-notion/package.json index 750d204..aeb18bc 100644 --- a/libs/scully-plugin-notion/package.json +++ b/libs/scully-plugin-notion/package.json @@ -1,6 +1,6 @@ { "name": "@notion-stuff/scully-plugin-notion", - "version": "3.1.2", + "version": "3.1.3", "dependencies": { "@notionhq/client": "~0.4.4" }, diff --git a/libs/v4-types/package.json b/libs/v4-types/package.json index 145898c..5954db0 100644 --- a/libs/v4-types/package.json +++ b/libs/v4-types/package.json @@ -1,6 +1,6 @@ { "name": "@notion-stuff/v4-types", - "version": "3.1.2", + "version": "3.1.3", "dependencies": { "@notionhq/client": "~0.4.4" }, diff --git a/package.json b/package.json index 885f282..c5a0a9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-stuff", - "version": "3.1.2", + "version": "3.1.3", "license": "MIT", "scripts": { "start": "nx serve",