Skip to content

Commit b3df7ba

Browse files
committed
Release 1.1.0
1 parent d3b55ca commit b3df7ba

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
# [1.1.0](https://github.com/phacks/gatsby-source-meetup/compare/[email protected]@1.1.0) (2020-01-05)
4+
5+
### Bug fixes
6+
7+
The plugin does not break anymore when optional datapoints do not exist (@pethersonmoreno)
8+
9+
### New features
10+
11+
One can now specify options independently for past, previous and draft events (@pethersonmoreno)
12+
313
# [1.0.0](https://github.com/phacks/gatsby-source-meetup/compare/[email protected]@1.0.0) (2019-06-22)
414

515
### Breaking Changes
@@ -16,4 +26,4 @@ One can now query multiple Meetup Groups and events within those groups.
1626

1727
# 0.0.1 (2018-10-12)
1828

19-
Initial commit
29+
Initial commit

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-meetup",
3-
"version": "0.0.1",
3+
"version": "1.1.0",
44
"description": "Gatsby source plugin for building websites using the Meetup.com API as a data source",
55
"bugs": {
66
"url": "https://github.com/phacks/gatsby-source-meetup/issues"

0 commit comments

Comments
 (0)