Skip to content

Commit d82e881

Browse files
committed
chore(release): 1.0.5
1 parent 5514eb9 commit d82e881

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.0.5](https://github.com/alvis/gatsby-source-notion/compare/v1.0.4...v1.0.5) (2021-11-04)
6+
7+
8+
### 🐛 Bug Fixes
9+
10+
* support gatsby v4 ([61e6094](https://github.com/alvis/gatsby-source-notion/commit/61e6094b53a18eecd50961f8bb2abb3fec5aa906))
11+
12+
13+
### 🛠 Builds
14+
15+
* update presetter to v3 ([77a95cb](https://github.com/alvis/gatsby-source-notion/commit/77a95cb74b43cc0932fd23a9d82364d0242fd185))
16+
17+
18+
### 🚨 Tests
19+
20+
* provide an end to end test for the plugin ([b014e02](https://github.com/alvis/gatsby-source-notion/commit/b014e02738d99f5917eefa3b64b74af7082c84d6))
21+
22+
23+
### ⚙️ Continuous Integrations
24+
25+
* update node setup ([5514eb9](https://github.com/alvis/gatsby-source-notion/commit/5514eb91c2cd9bc16a7aeceda9d693a6d84609a8))
26+
27+
28+
529
## [1.0.4](https://github.com/alvis/gatsby-source-notion/compare/v1.0.3...v1.0.4) (2021-09-26)
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.0.4",
3+
"version": "1.0.5",
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)