Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Commit

Permalink
chore: bump to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renestalder authored Jan 11, 2019
1 parent ca752c5 commit 7ffbaa2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2.0.0 - 2019-01-11

### Features

* **Nuxt v2.2.x**: The template was updated to use Nuxt v2.0.0.
* **Netlify Config Example**: Added a Netlify config example that enables the `npm run generate` to work on all kinds of deployments e.g. Branch, Preview and Production deployment without the need of additional configuration.

In addition, the README was updated with more clear instructions how to use it in different environments, not only with Netlify deploy.

### Breaking changes

If you want to apply the template changes to your current project using the template, be aware of the following required changes to make your project work.

* Nuxt v2.x replaces `isClient` with `process.client`. See [required](https://github.com/renestalder/nuxt-netlify-cms-starter-template/commit/ca752c53adb221bde3070a8c4197ea140ccd4a5a#diff-ab6b79105e8be7d546b7510a53d2dd71) changes to the `nuxt.config.js`.

## 1.0.0 - 2019-01-06

Initial stable release with frontmatter support.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-netlify-cms-starter-template",
"version": "1.0.0",
"version": "2.0.0",
"description": "Build server-less, static websites with Vue.js and Netlify CMS.",
"main": "meta.js",
"private": true,
Expand Down

0 comments on commit 7ffbaa2

Please sign in to comment.