Skip to content

Commit b785dbb

Browse files
committed
chore(release): 1.2.0
1 parent 0bb73c8 commit b785dbb

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
# [1.2.0](https://github.com/alvis/gatsby-source-notion/compare/v1.1.0...v1.2.0) (2022-08-31)
6+
7+
8+
### ✨ Features
9+
10+
* support image block ([0bb73c8](https://github.com/alvis/gatsby-source-notion/commit/0bb73c8199784a2d3266c5b7ddfe2c5fbed1fbeb)), closes [#4](https://github.com/alvis/gatsby-source-notion/issues/4)
11+
12+
13+
### 🐛 Bug Fixes
14+
15+
* update package dependencies ([1554130](https://github.com/alvis/gatsby-source-notion/commit/15541306a51421d39802741b36ce695e105eddcb))
16+
17+
18+
### 🚨 Tests
19+
20+
* remove potential set environment variable to avoid interference ([d5e9c46](https://github.com/alvis/gatsby-source-notion/commit/d5e9c4668421b4c4183455b8f24dc77faa9c24a6))
21+
22+
23+
### ⚙️ Continuous Integrations
24+
25+
* update config with alias to fix node versions ([2534e77](https://github.com/alvis/gatsby-source-notion/commit/2534e777615073859758e8ffb413351d61cca15f))
26+
27+
28+
529
# [1.1.0](https://github.com/alvis/gatsby-source-notion/compare/v1.0.5...v1.1.0) (2022-06-08)
630

731

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-notion",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Use Notion as the CMS for your Gatsby site, supporting multiple databases and pages.",
55
"keywords": [
66
"gatsby",

0 commit comments

Comments
 (0)