From 55fade12ac125cf97ac2378b7c50569f1a2f97dc Mon Sep 17 00:00:00 2001 From: alxshelepenok Date: Thu, 25 Jul 2019 18:50:16 +0300 Subject: [PATCH] chore: new version, update changelog --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- .../{update_changelog_.sh => update_changelog.sh} | 0 scripts/update_release_notes.sh | 0 4 files changed, 13 insertions(+), 1 deletion(-) rename scripts/{update_changelog_.sh => update_changelog.sh} (100%) mode change 100644 => 100755 mode change 100644 => 100755 scripts/update_release_notes.sh diff --git a/CHANGELOG.md b/CHANGELOG.md index 070a5d4..877c05d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log All notable changes to this project will be documented in this file. +## [3.0.3] - 2019-07-25 +### Added +- [Pull #321](https://github.com/alxshelepenok/gatsby-starter-lumen/pull/321): Add title to for accessibility +- [Pull #319](https://github.com/alxshelepenok/gatsby-starter-lumen/pull/319): Fixed invalid Telegram contact url +- [Pull #314](https://github.com/alxshelepenok/gatsby-starter-lumen/pull/314): Hides the contact icon if empty in config +- [Pull #295](https://github.com/alxshelepenok/gatsby-starter-lumen/pull/295): Add external link defaults for markdown +- [Pull #283](https://github.com/alxshelepenok/gatsby-starter-lumen/pull/283): Add pathPrefix configuration +- [Pull #231](https://github.com/alxshelepenok/gatsby-starter-lumen/pull/231): Add Twitter Card +- [Pull #210](https://github.com/alxshelepenok/gatsby-starter-lumen/pull/210): Bug fixes +- [Pull #181](https://github.com/alxshelepenok/gatsby-starter-lumen/pull/181): Add More Flow typings +- [Pull #178](https://github.com/alxshelepenok/gatsby-starter-lumen/pull/178): Integrate Flow typing + ## [3.0.1] - 2019-03-03 ### Added - [Pull #118](https://github.com/alxshelepenok/gatsby-starter-lumen/pull/118): feat: add gatsby-remark-autolink-headers support diff --git a/package.json b/package.json index 2006571..52511a0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "3.0.0", + "version": "3.0.3", "name": "gatsby-starter-lumen", "description": "A minimal, lightweight and mobile-first starter for creating blazing-fast static blogs", "main": "n/a", diff --git a/scripts/update_changelog_.sh b/scripts/update_changelog.sh old mode 100644 new mode 100755 similarity index 100% rename from scripts/update_changelog_.sh rename to scripts/update_changelog.sh diff --git a/scripts/update_release_notes.sh b/scripts/update_release_notes.sh old mode 100644 new mode 100755