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

Commit e0bf1d4

Browse files
committed
v9.1.2
1 parent 1303910 commit e0bf1d4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Changelog
22

3+
# v9.1.2
4+
5+
## Bug fixes
6+
7+
- Fix `typings` field in `package.json` (#356)
8+
39
# v9.1.1
410

511
## Bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-property-decorator",
3-
"version": "9.1.1",
3+
"version": "9.1.2",
44
"description": "property decorators for Vue Component",
55
"main": "lib/index.umd.js",
66
"module": "lib/index.js",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** vue-property-decorator verson 9.1.1 MIT LICENSE copyright 2020 kaorun343 */
1+
/** vue-property-decorator verson 9.1.2 MIT LICENSE copyright 2020 kaorun343 */
22
/// <reference types='reflect-metadata'/>
33
import Vue from 'vue'
44
import Component, { mixins } from 'vue-class-component'

0 commit comments

Comments
 (0)