diff --git a/CHANGELOG.md b/CHANGELOG.md index 35834d0c..0f46b213 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 4.0.2 + +### Fix + +- Change static file middleware + +## 4.0.1 + +### Fix + +- Fix with @evilz/markdown-it-attrs + ## 4.0.0 - Use webpack to bundle extension diff --git a/README.md b/README.md index c1448582..cdd9cbfc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ -# vscode-reveal [![](https://img.shields.io/badge/Version-4.0.1-blue.svg)](https://marketplace.visualstudio.com/items?itemName=evilz.vscode-reveal) +# vscode-reveal [![](https://img.shields.io/visual-studio-marketplace/v/evilz.vscode-reveal)](https://marketplace.visualstudio.com/items?itemName=evilz.vscode-reveal) ![install](https://img.shields.io/visual-studio-marketplace/i/evilz.vscode-reveal) + + + +![Codecov](https://img.shields.io/codecov/c/github/evilz/vscode-reveal) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=evilz_vscode-reveal&metric=alert_status)](https://sonarcloud.io/dashboard?id=evilz_vscode-reveal) + [![Azure Pipeline](https://evilz.visualstudio.com/vscode-reveal/_apis/build/status/2)](https://evilz.visualstudio.com/vscode-reveal/_build?definitionId=2) [![NODE.JS DEPENDENCIES](https://david-dm.org/evilz/vscode-reveal/status.svg)](https://david-dm.org/evilz/vscode-reveal) diff --git a/package.json b/package.json index 5e771b8f..e19f23f7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-reveal", "displayName": "vscode-reveal", "description": "Show markdown as revealJs presentation", - "version": "4.0.1", + "version": "4.0.2", "publisher": "evilz", "author": "Vincent Bourdon", "license": "MIT",