From 4c2121c01f18577695c155357706aceae289cb1e Mon Sep 17 00:00:00 2001 From: Jonny Buchanan Date: Tue, 12 Dec 2017 12:33:50 +1000 Subject: [PATCH] Tag a CHANGES item with an exsiting issue number it resolves [ci skip] --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f6ca7569..9f9fb8c4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,7 @@ ## Breaking Changes -- Validation of the configuration object provided by `nwb.config.js` files has been expanded, so previously valid config files may now be invalid: +- Validation of the configuration object provided by `nwb.config.js` files has been expanded, so previously valid config files may now be invalid [[#136](https://github.com/insin/nwb/issues/136)] - Unexpected properties in top-level configuration or in `babel`, `karma`, `npm` and `webpack` configuration (i.e. anything that's not documented in the [Configuration docs](https://github.com/insin/nwb/blob/master/docs/Configuration.md)) are now treated as errors [[#193](https://github.com/insin/nwb/issues/193)] - Basic type checking is now performed for all documented configuration properties. - After upgrading, run `nwb check-config` to check your configuration file.