From 5e0269bd1afba1a0767d05c7f164523e249f557a Mon Sep 17 00:00:00 2001 From: Mehdi Lahlou Date: Tue, 26 Sep 2017 00:49:15 +0200 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..ef0ef5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Change Log + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + + +# [1.0.0](https://github.com/nuxt-community/nuxtent-module/compare/0.2.80...1.0.0) (2017-09-25) + + +### Bug Fixes + +* **module:** fix "dependency not found ~\content" ([#78](https://github.com/nuxt-community/nuxtent-module/issues/78)) ([9866b7d](https://github.com/nuxt-community/nuxtent-module/commit/9866b7d)) +* **module:** remove automatic content permalink prefixing ([8ff853d](https://github.com/nuxt-community/nuxtent-module/commit/8ff853d)) + + +### Chores + +* **package:** remove `nuxtent` binary ([845aa8d](https://github.com/nuxt-community/nuxtent-module/commit/845aa8d)) + + +### BREAKING CHANGES + +* **module:** verify your content permalinks, possibly add the missing content type prefix +* **package:** replace `nuxtent generate` by `nuxt generate` in your project's package.json scripts diff --git a/package.json b/package.json index 654ddcd..6f54acc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxtent", - "version": "0.2.80", + "version": "1.0.0", "description": "Content Module for Nuxt.js.", "main": "index.js", "contributors": [