Skip to content

Commit c5602f1

Browse files
committed
Bump version, update change log
1 parent fd86262 commit c5602f1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [4.0.2] - 2017-10-20
6+
# Fixes
7+
- Fixes typo in bowser function, adjust operator for browser version check.
8+
59
## [4.0.1] - 2017-09-19
610
# Updates
711
- Updates `.eslintrc` with custom rules

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prelude-wp",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Prelude is a Wordpress starter theme that helps you craft custom themes. It uses Gulp to compile and minify scss/css, concatenate and minify JS, compress images, and more.",
55
"main": "index.php",
66
"scripts": {

0 commit comments

Comments
 (0)