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

Commit

Permalink
v9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaorun343 committed Nov 20, 2020
1 parent cb9bdca commit 028d9f4
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.1

## Bug fixes

- Fix `main` and `module` field in `package.json`

# v9.1.0

## New features
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.0",
"version": "9.1.1",
"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.0 MIT LICENSE copyright 2020 kaorun343 */
/** vue-property-decorator verson 9.1.1 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 028d9f4

Please sign in to comment.