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

Commit 0c74712

Browse files
committed
chore(release): 1.3.0
1 parent 46797aa commit 0c74712

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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+
# [1.3.0](https://github.com/nuxt-community/nuxt-class-component/compare/v1.2.1...v1.3.0) (2019-03-06)
6+
7+
8+
### Features
9+
10+
* add mixins support ([1339347](https://github.com/nuxt-community/nuxt-class-component/commit/1339347))
11+
* upgrade vue-class-component to v7 ([748fe26](https://github.com/nuxt-community/nuxt-class-component/commit/748fe26))
12+
13+
14+
515
<a name="1.2.1"></a>
616
## [1.2.1](https://github.com/nuxt-community/nuxt-class-component/compare/v1.1.3...v1.2.1) (2018-04-04)
717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-class-component",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "ES and Tyepscript Class Components Decorators for Nuxt.js",
55
"license": "MIT",
66
"contributors": [

0 commit comments

Comments
 (0)