Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Doğa Gürdal committed Jul 19, 2018
1 parent 112b4d3 commit e356557
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.4.0"></a>
# [0.4.0](https://github.com/flyntwp/flynt-starter-theme/compare/v0.3.1...v0.4.0) (2018-07-19)


### Bug Fixes

* **DocumentDefault:** enable zoom by default ([#278](https://github.com/flyntwp/flynt-starter-theme/issues/278)) ([2bfd385](https://github.com/flyntwp/flynt-starter-theme/commit/2bfd385))
* **Features/TimberLoader:** use relative file path in renderComponent hook ([#265](https://github.com/flyntwp/flynt-starter-theme/issues/265)) ([886c94e](https://github.com/flyntwp/flynt-starter-theme/commit/886c94e))
* **gulpfile.js:** fix reloading of PHP files outside the copy scope ([#283](https://github.com/flyntwp/flynt-starter-theme/issues/283)) ([c0e8779](https://github.com/flyntwp/flynt-starter-theme/commit/c0e8779))
* **yarn:** set version constraint for document-register-element to ~1.8.0 ([#282](https://github.com/flyntwp/flynt-starter-theme/issues/282)) ([32160d1](https://github.com/flyntwp/flynt-starter-theme/commit/32160d1))


### Features

* **DocumentDefault, Layouts:** add sticky footer styles ([#280](https://github.com/flyntwp/flynt-starter-theme/issues/280)) ([6263ffc](https://github.com/flyntwp/flynt-starter-theme/commit/6263ffc))
* **Features/CustomTaxonomies:** add public getAll method ([#277](https://github.com/flyntwp/flynt-starter-theme/issues/277)) ([40fb705](https://github.com/flyntwp/flynt-starter-theme/commit/40fb705))
* **Features/Lodash:** add lodash feature ([#284](https://github.com/flyntwp/flynt-starter-theme/issues/284)) ([112b4d3](https://github.com/flyntwp/flynt-starter-theme/commit/112b4d3))
* **Features/TimberLoader:** add template file name filter ([#279](https://github.com/flyntwp/flynt-starter-theme/issues/279)) ([769a7ef](https://github.com/flyntwp/flynt-starter-theme/commit/769a7ef))


### Performance Improvements

* **gulpfile.js:** improve initial startup time ([#276](https://github.com/flyntwp/flynt-starter-theme/issues/276)) ([a98dd11](https://github.com/flyntwp/flynt-starter-theme/commit/a98dd11))


### BREAKING CHANGES

* **gulpfile.js:** The minimum engine requirement is now Node >= 8.



<a name="0.3.1"></a>
## [0.3.1](https://github.com/flyntwp/flynt-starter-theme/compare/v0.3.0...v0.3.1) (2018-04-18)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flynt-starter-theme",
"version": "0.3.1",
"version": "0.4.0",
"main": "index.js",
"repository": "[email protected]:flyntwp/flynt-starter-theme.git",
"author": "bleech <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Theme Name: Flynt Starter Theme
Theme URI: https://www.flyntwp.com/
Description: The starter theme for building Flynt projects.
Version: 0.3.1
Version: 0.4.0
Author: bleech <[email protected]>
Author URI: https://bleech.de/
Text Domain: flynt-starter-theme
Expand Down

0 comments on commit e356557

Please sign in to comment.