Skip to content

Commit 8076051

Browse files
chore(release): 1.0.0
1 parent 1eecc08 commit 8076051

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
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.
44

5+
<a name="1.0.0"></a>
6+
# [1.0.0](https://github.com/nuxt-community/feed-module/compare/v0.2.0...v1.0.0) (2019-01-12)
7+
8+
9+
### Bug Fixes
10+
11+
* log error before fatal ([#26](https://github.com/nuxt-community/feed-module/issues/26)) ([2a120a5](https://github.com/nuxt-community/feed-module/commit/2a120a5))
12+
* send utf-8 charset as header ([#18](https://github.com/nuxt-community/feed-module/issues/18)) ([a412ee4](https://github.com/nuxt-community/feed-module/commit/a412ee4))
13+
14+
15+
### Features
16+
17+
* introduce data property ([23e819e](https://github.com/nuxt-community/feed-module/commit/23e819e))
18+
19+
20+
521
<a name="0.2.0"></a>
622
# [0.2.0](https://github.com/nuxt-community/feed-module/compare/v0.1.1...v0.2.0) (2018-10-05)
723

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/feed",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"description": "",
55
"license": "MIT",
66
"contributors": [

0 commit comments

Comments
 (0)