Skip to content

Commit

Permalink
chore: release 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chau Tran authored and Chau Tran committed Oct 21, 2021
1 parent 4b81cba commit bd7087b
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion libs/blocks-html-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notion-stuff/blocks-html-parser",
"version": "3.1.2",
"version": "3.1.3",
"dependencies": {
"@notionhq/client": "~0.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/blocks-markdown-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notion-stuff/blocks-markdown-parser",
"version": "3.1.2",
"version": "3.1.3",
"dependencies": {
"@notionhq/client": "~0.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/scully-plugin-notion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notion-stuff/scully-plugin-notion",
"version": "3.1.2",
"version": "3.1.3",
"dependencies": {
"@notionhq/client": "~0.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/v4-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notion-stuff/v4-types",
"version": "3.1.2",
"version": "3.1.3",
"dependencies": {
"@notionhq/client": "~0.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notion-stuff",
"version": "3.1.2",
"version": "3.1.3",
"license": "MIT",
"scripts": {
"start": "nx serve",
Expand Down

0 comments on commit bd7087b

Please sign in to comment.