From 9ecee7b1f37a943adeb482079b83b923c1c7e295 Mon Sep 17 00:00:00 2001 From: ArmorDarks Date: Fri, 6 Oct 2017 17:25:42 +0300 Subject: [PATCH] [package] bump version to 1.9.0 --- CHANGELOG.md | 5 ++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32b398cc..bee7d12f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## HEAD +## 1.9.0 ### Added - [templates] Added ability to exclude certain pages from `Breadcrumb()` component with new Front Matter `excludeFromBreadcrumb` property set to `true`. @@ -13,9 +13,11 @@ - [modules] Added better error output for `traverse` and relied on it `nunjucks-render` and `format`. New error includes input, which failed rendering. For objects it will include currently rendered string of the leaf. + - [modules] Added error messages in case wrong values passed to `getLocaleProps()`, `getLocaleDir()` and related Nunjucks `localeDir()`. This should clarify obscurity of vague and hard to debug internal errors when `grunt.locales`, Matter's `SITE.locales` or `PAGE.locale` are undefined or wrong. + - [conf] Added caching of `node_modules` for Travis. - [tests] Added `Breadcrumb()` Nunjucks component tests. @@ -45,6 +47,7 @@ ```shell npm install -g npm@latest ``` + - [conf] Enabled again `package-lock.json` updates on `npm install` for AppVeyor [#289](https://github.com/LotusTM/Kotsu/issues/289). ### Fixed diff --git a/package-lock.json b/package-lock.json index ab66f0a2..c282f54c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "kotsu", - "version": "1.8.0", + "version": "1.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2e137354..3ed65606 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kotsu", - "version": "1.8.0", + "version": "1.9.0", "description": "Clean, opinionated foundation for new projects — to boldly go where no man has gone before", "homepage": "https://kotsu.2bad.me", "twitter": "@LotusTM",