Skip to content

Commit ce30fc9

Browse files
committed
chore(release): 1.0.2
1 parent caaab11 commit ce30fc9

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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.0.2](https://github.com/alvis/gatsby-source-notion/compare/v1.0.1...v1.0.2) (2021-09-03)
6+
7+
8+
### 🐛 Bug Fixes
9+
10+
* allow no spacing between IDs in those environment variables ([caaab11](https://github.com/alvis/gatsby-source-notion/commit/caaab11ebeddf154401b21280d587989390f3d02))
11+
* correct the option schema ([6e483d7](https://github.com/alvis/gatsby-source-notion/commit/6e483d703f43c6c9e4b645dcf779a85d94e6d252))
12+
* persist nodes over reruns ([ade9379](https://github.com/alvis/gatsby-source-notion/commit/ade9379404595e5ed92b0649341929be751a18ae))
13+
* use Gatsby's digest function instead of sha ([e683066](https://github.com/alvis/gatsby-source-notion/commit/e683066b6b5b9f3e1bfded466cf7b9703ec1956e))
14+
15+
16+
### 📚 Documentation
17+
18+
* fix the Postman collection link ([1e933bc](https://github.com/alvis/gatsby-source-notion/commit/1e933bc4a4369eb628c67f8c1a580558d589fdeb))
19+
* remove the Logo link ([2cd6fbf](https://github.com/alvis/gatsby-source-notion/commit/2cd6fbf00ec0d21030d8d57c38a1a33ef095e310))
20+
21+
22+
523
## 1.0.1 (2021-07-16)
624

725

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