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

Commit 5e0269b

Browse files
committed
chore(release): 1.0.0
1 parent ab9a479 commit 5e0269b

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="1.0.0"></a>
6+
# [1.0.0](https://github.com/nuxt-community/nuxtent-module/compare/0.2.80...1.0.0) (2017-09-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
* **module:** remove automatic content permalink prefixing ([8ff853d](https://github.com/nuxt-community/nuxtent-module/commit/8ff853d))
13+
14+
15+
### Chores
16+
17+
* **package:** remove `nuxtent` binary ([845aa8d](https://github.com/nuxt-community/nuxtent-module/commit/845aa8d))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* **module:** verify your content permalinks, possibly add the missing content type prefix
23+
* **package:** replace `nuxtent generate` by `nuxt generate` in your project's package.json scripts

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxtent",
3-
"version": "0.2.80",
3+
"version": "1.0.0",
44
"description": "Content Module for Nuxt.js.",
55
"main": "index.js",
66
"contributors": [

0 commit comments

Comments
 (0)