diff --git a/packages/gatsby-theme-parliament/CHANGELOG.md b/packages/gatsby-theme-parliament/CHANGELOG.md index 768990bb71..fc0b49b744 100644 --- a/packages/gatsby-theme-parliament/CHANGELOG.md +++ b/packages/gatsby-theme-parliament/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.9.0](https://github.com/adobe/gatsby-theme-parliament/compare/@adobe/gatsby-theme-parliament@2.8.1...@adobe/gatsby-theme-parliament@2.9.0) (2020-10-17) + + +### Bug Fixes + +* Duplicated Discover menu links on desktop ([cc04b3e](https://github.com/adobe/gatsby-theme-parliament/commit/cc04b3efef7fe197d3530684584886d8256cd429)) + + +### Features + +* Support lazy loading images by default ([b7cf30d](https://github.com/adobe/gatsby-theme-parliament/commit/b7cf30d49985ce4611b78768725c67475d97e84f)) + + + + + ## [2.8.1](https://github.com/adobe/gatsby-theme-parliament/compare/@adobe/gatsby-theme-parliament@2.8.0...@adobe/gatsby-theme-parliament@2.8.1) (2020-10-17) diff --git a/packages/gatsby-theme-parliament/package.json b/packages/gatsby-theme-parliament/package.json index 62dcf7ccdc..7dae6ffcfa 100644 --- a/packages/gatsby-theme-parliament/package.json +++ b/packages/gatsby-theme-parliament/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/gatsby-theme-parliament", - "version": "2.8.1", + "version": "2.9.0", "description": "Gatsby theme for building markdown powered Adobe I/O sites", "main": "index.js", "license": "Apache-2.0",