From b785dbb5462cf88a1120ce66f1db798de1269ed6 Mon Sep 17 00:00:00 2001 From: Alvis HT Tang Date: Wed, 31 Aug 2022 13:48:54 +0100 Subject: [PATCH] chore(release): 1.2.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89fe665..51608b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ 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. +# [1.2.0](https://github.com/alvis/gatsby-source-notion/compare/v1.1.0...v1.2.0) (2022-08-31) + + +### ✨ Features + +* support image block ([0bb73c8](https://github.com/alvis/gatsby-source-notion/commit/0bb73c8199784a2d3266c5b7ddfe2c5fbed1fbeb)), closes [#4](https://github.com/alvis/gatsby-source-notion/issues/4) + + +### 🐛 Bug Fixes + +* update package dependencies ([1554130](https://github.com/alvis/gatsby-source-notion/commit/15541306a51421d39802741b36ce695e105eddcb)) + + +### 🚨 Tests + +* remove potential set environment variable to avoid interference ([d5e9c46](https://github.com/alvis/gatsby-source-notion/commit/d5e9c4668421b4c4183455b8f24dc77faa9c24a6)) + + +### ⚙️ Continuous Integrations + +* update config with alias to fix node versions ([2534e77](https://github.com/alvis/gatsby-source-notion/commit/2534e777615073859758e8ffb413351d61cca15f)) + + + # [1.1.0](https://github.com/alvis/gatsby-source-notion/compare/v1.0.5...v1.1.0) (2022-06-08) diff --git a/package-lock.json b/package-lock.json index a22fffc..e813ebe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gatsby-source-notion", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gatsby-source-notion", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "workspaces": [ ".", diff --git a/package.json b/package.json index 18775f8..44709d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-notion", - "version": "1.1.0", + "version": "1.2.0", "description": "Use Notion as the CMS for your Gatsby site, supporting multiple databases and pages.", "keywords": [ "gatsby",