Skip to content

Commit

Permalink
chore: prepare 4.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Feb 13, 2018
1 parent 0377f93 commit 5c9e109
Show file tree
Hide file tree
Showing 5 changed files with 2,428 additions and 1,643 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ git:
branches:
only:
- master
- /^greenkeeper/.*$/

language: node_js

Expand All @@ -18,9 +17,12 @@ cache:

matrix:
include:
- node_js: '8'
- node_js: '9'
script: npm run pretest
env: CI=pretest
- node_js: '9'
script: npm run test-only
env: CI=tests 8
- node_js: '8'
script: npm run test-only
env: CI=tests 8
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org).

## 4.0.1 - 2018-02-13

- Build: add `node@9` to travis CI.
- Chore: minimum required `modernizr` version is now `^3.5.0`.
- Chore: support `webpack` v4.

## 4.0.0 - 2017-08-25

- Changed: configuration loading behaviour. See `README.md`.
Expand All @@ -16,7 +22,7 @@ This project adheres to [Semantic Versioning](http://semver.org).

## 3.0.0 - 2017-02-27

- Fixed: minimum required loader-utils version is now ~1.0.0.
- Fixed: minimum required loader-utils version is now `~1.0.0`.
- Removed: support `webpack` version `1`.

## 2.0.0 - 2017-02-01
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 itgalaxy inc.
Copyright (c) 2017-2018 itgalaxy inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit 5c9e109

Please sign in to comment.