Skip to content

Commit b6179df

Browse files
committed
chore(release): 1.1.0
1 parent 5f80191 commit b6179df

File tree

3 files changed

+40
-3
lines changed

3 files changed

+40
-3
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
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.1.0](https://github.com/alvis/gatsby-source-notion/compare/v1.0.5...v1.1.0) (2022-06-08)
6+
7+
8+
### ✨ Features
9+
10+
* add support for cover and icon ([3e0c3e7](https://github.com/alvis/gatsby-source-notion/commit/3e0c3e7d6ca6cf6750f5591c29c14edf523939b9))
11+
* add support for created by and last edited by ([e0a41d9](https://github.com/alvis/gatsby-source-notion/commit/e0a41d9617165b5ae6f3a18909ea11c8e7a0645c))
12+
* use Notion client for better compatibility ([979b057](https://github.com/alvis/gatsby-source-notion/commit/979b0578915d281a64b4444a658c1984c0e4ef23))
13+
14+
15+
### 🛠 Builds
16+
17+
* remove the now unnecessay ts-node hack ([37109ea](https://github.com/alvis/gatsby-source-notion/commit/37109eaa4ba4873b82e36fbe1f9b8610ed9d3d10))
18+
* update presetter to v3.2 ([7cbbcaa](https://github.com/alvis/gatsby-source-notion/commit/7cbbcaac9586cb2c27785bfa16b4570b497e2f3e))
19+
20+
21+
### 📦 Code Refactoring
22+
23+
* use Americian English ([fe3c276](https://github.com/alvis/gatsby-source-notion/commit/fe3c27640593f5f3bf518b71e07f98b6780d57cb))
24+
25+
26+
### 🚨 Tests
27+
28+
* update gatsby config in the e2e test ([5f80191](https://github.com/alvis/gatsby-source-notion/commit/5f80191de0075befa8a8afc984368d3f0c9c7fc5))
29+
30+
31+
### ⚙️ Continuous Integrations
32+
33+
* run tests on master branches only ([ba0d696](https://github.com/alvis/gatsby-source-notion/commit/ba0d696f44214f3cc1cef9aee7f08a9f0e24974f))
34+
35+
36+
### 💎 Styles
37+
38+
* fix issues with latest linter rules ([d4ae392](https://github.com/alvis/gatsby-source-notion/commit/d4ae39239383fd99c338ed0df18b33302814e6d1))
39+
40+
41+
542
## [1.0.5](https://github.com/alvis/gatsby-source-notion/compare/v1.0.4...v1.0.5) (2021-11-04)
643

744

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.0.5",
3+
"version": "1.1.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)