diff --git a/CHANGELOG.md b/CHANGELOG.md index c6d7f8d..3bf2776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.3.5 +## 02/12/2018 + +1. [](#bugfix) + * Add jquery if debugger is enabled ([#16](https://github.com/robbinfellow/haywire-grav/issues/16), [6428f09](https://github.com/robbinfellow/haywire-grav/commit/6428f092123e47af788865f1002cab697222eb90)) + # v0.3.4 ## 02/09/2018 diff --git a/blueprints.yaml b/blueprints.yaml index 00fd9d1..3de19b9 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: Haywire -version: 0.3.4 +version: 0.3.5 description: A modern starter theme for Grav CMS using modern frameworks and tools such as Laravel Mix, Vuejs, Bulma. icon: empire author: diff --git a/package.json b/package.json index 50c3263..0278321 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haywire-grav", - "version": "0.3.4", + "version": "0.3.5", "homepage": "https://github.com/robbinfellow/haywire-grav#readme", "author": "Robbin Johansson ", "license": "MIT",