From 9dccf1ef4ffce210cd2a95e6c26c9f4f03525528 Mon Sep 17 00:00:00 2001 From: Junxiang Chen Date: Mon, 19 Apr 2021 18:22:17 +0100 Subject: [PATCH] 0.1.1 --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0b70f3..610fd08 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![npm](https://img.shields.io/npm/v/vue-virtualised.svg)](https://www.npmjs.com/package/vue-virtualised) [![license](https://img.shields.io/npm/l/vue-virtualised.svg?style=flat)](LICENSE) [![vue3](https://img.shields.io/badge/vue-3.x-brightgreen.svg)](https://v3.vuejs.org/) +[![npm type definitions](https://img.shields.io/npm/types/vue-virtualised)](https://www.typescriptlang.org/) > Vue components developed by [Vue.js 3.0](https://v3.vuejs.org/) for efficiently rendering large scrollable lists and hierarchical data. `vue-virtualised` is able to render and update 1 million nodes within a few seconds in front-end. diff --git a/package.json b/package.json index 1de5737..e7d77da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-virtualised", - "version": "0.1.0", + "version": "0.1.1", "private": false, "description": "Vue components developed by Vue.js 3.0 for efficiently rendering large scrollable lists and hierarchical data. vue-virtualised is able to render and update 1 million nodes within a few seconds in front-end.", "author": {