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

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
medfreeman committed Sep 29, 2017
1 parent cd148a2 commit cc50f0c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

<a name="1.0.1"></a>
## [1.0.1](https://github.com/nuxt-community/nuxtent-module/compare/v1.0.0...v1.0.1) (2017-09-29)


### Bug Fixes

* **example:** fix `multiple-content-types` example config and pages ([061bf2a](https://github.com/nuxt-community/nuxtent-module/commit/061bf2a))
* **examples:** replace `nuxtent generate` by `nuxt generate` command ([e91676a](https://github.com/nuxt-community/nuxtent-module/commit/e91676a))
* **module:** properly detect static mode (`nuxt generate`) ([cd148a2](https://github.com/nuxt-community/nuxtent-module/commit/cd148a2)), closes [#83](https://github.com/nuxt-community/nuxtent-module/issues/83) [#88](https://github.com/nuxt-community/nuxtent-module/issues/88) [#89](https://github.com/nuxt-community/nuxtent-module/issues/89)



<a name="1.0.0"></a>
# [1.0.0](https://github.com/nuxt-community/nuxtent-module/compare/0.2.80...1.0.0) (2017-09-25)

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": "nuxtent",
"version": "1.0.0",
"version": "1.0.1",
"description": "Seamlessly use content files in your Nuxt.js sites.",
"main": "index.js",
"contributors": [
Expand Down

0 comments on commit cc50f0c

Please sign in to comment.