Skip to content

Commit c0db6da

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.1...v1.1.0) (2021-05-26) ### Features * convert classes to data attributes ([#12](#12)) ([f458ea0](f458ea0))
1 parent f458ea0 commit c0db6da

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0](https://github.com/thedaviddias/gatsby-source-notion-article/compare/v1.0.1...v1.1.0) (2021-05-26)
2+
3+
4+
### Features
5+
6+
* convert classes to data attributes ([#12](https://github.com/thedaviddias/gatsby-source-notion-article/issues/12)) ([f458ea0](https://github.com/thedaviddias/gatsby-source-notion-article/commit/f458ea0be32fddbff13345cc0b765581da5786bf))
7+
18
## [1.0.1](https://github.com/thedaviddias/gatsby-source-notion-article/compare/v1.0.0...v1.0.1) (2021-05-25)
29

310

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-article",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Gatsby source plugin to import articles made in Notion",
55
"keywords": [
66
"gatsby",

0 commit comments

Comments
 (0)