From 4ee36aa2778e1f08c6687246a42c8d4a50c17b78 Mon Sep 17 00:00:00 2001 From: Lunarwtr Date: Sat, 17 Jun 2023 16:04:22 -0600 Subject: [PATCH] - tweak to readme --- CHANGELOG.md | 2 +- README.md | 3 --- package.json | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbab8db..0479ba7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log -## [1.0.15] - 2023-06-17 +## [1.0.16] - 2023-06-17 ### Added - Fix: Disable diagnostics for `duplicate-set-field` - Fix: Fix diagnostics warnings when using `class` utility to define a new class. diff --git a/README.md b/README.md index acf49f8..ad23e7f 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,6 @@ [![](https://img.shields.io/github/license/lunarwtr/vscode-lotro-api)](https://opensource.org/licenses/MIT) [![](https://img.shields.io/github/v/release/lunarwtr/vscode-lotro-api)](https://github.com/lunarwtr/vscode-lotro-api/releases) -![version](https://vsmarketplacebadge.apphb.com/version-short/lunarwtr.lotro-api.svg) -![installs](https://vsmarketplacebadge.apphb.com/installs-short/lunarwtr.lotro-api.svg) -![downloads](https://vsmarketplacebadge.apphb.com/downloads-short/lunarwtr.lotro-api.svg) Adds IntelliSense features for Lord of the Rings Online API to VS Code. This extension uses [Sumneko's](https://marketplace.visualstudio.com/items?itemName=sumneko.lua) Lua [Language Server](https://microsoft.github.io/language-server-protocol/) with [EmmyLua](https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations) annotations. diff --git a/package.json b/package.json index 729265f..8788ed4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lotro-api", "displayName": "LotRO API", "description": "Lord of the Rings Online API - Adds IntelliSense features for LotRO API.", - "version": "1.0.15", + "version": "1.0.16", "publisher": "lunarwtr", "repository": { "type": "git",