Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
[package] bump version to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmorDarks committed Oct 6, 2017
1 parent a554c9b commit 9ecee7b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand All @@ -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.

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9ecee7b

Please sign in to comment.