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

Commit

Permalink
v9.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kaorun343 committed Nov 20, 2020
1 parent 1303910 commit e0bf1d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Changelog

# v9.1.2

## Bug fixes

- Fix `typings` field in `package.json` (#356)

# v9.1.1

## Bug fixes
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": "vue-property-decorator",
"version": "9.1.1",
"version": "9.1.2",
"description": "property decorators for Vue Component",
"main": "lib/index.umd.js",
"module": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** vue-property-decorator verson 9.1.1 MIT LICENSE copyright 2020 kaorun343 */
/** vue-property-decorator verson 9.1.2 MIT LICENSE copyright 2020 kaorun343 */
/// <reference types='reflect-metadata'/>
import Vue from 'vue'
import Component, { mixins } from 'vue-class-component'
Expand Down

0 comments on commit e0bf1d4

Please sign in to comment.