Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phacks committed Jan 5, 2020
1 parent d3b55ca commit b3df7ba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

# [1.1.0](https://github.com/phacks/gatsby-source-meetup/compare/[email protected]@1.1.0) (2020-01-05)

### Bug fixes

The plugin does not break anymore when optional datapoints do not exist (@pethersonmoreno)

### New features

One can now specify options independently for past, previous and draft events (@pethersonmoreno)

# [1.0.0](https://github.com/phacks/gatsby-source-meetup/compare/[email protected]@1.0.0) (2019-06-22)

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

# 0.0.1 (2018-10-12)

Initial commit
Initial commit
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-meetup",
"version": "0.0.1",
"version": "1.1.0",
"description": "Gatsby source plugin for building websites using the Meetup.com API as a data source",
"bugs": {
"url": "https://github.com/phacks/gatsby-source-meetup/issues"
Expand Down

0 comments on commit b3df7ba

Please sign in to comment.