From 3f006d6b99d031dc2b6e8918f67b464fd813e058 Mon Sep 17 00:00:00 2001 From: XVincentX Date: Tue, 6 Sep 2016 13:23:01 +0200 Subject: [PATCH] v0.4.1 fixing the screwup --- CHANGELOG.md | 4 ++++ client/README.md | 1 + client/package.json | 2 +- server/package.json | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b004113..a62cf75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This changelog tracks changes starting from first public release. +## v0.4.1 + +- Recall in the README the new feature of browsing an API + ## v0.4.0 - The Apiary integrated client is now sending the `shouldCommit` parameter (set it to `true` by default). This was driven by [offical client update](https://github.com/apiaryio/apiary-client/pull/130) diff --git a/client/README.md b/client/README.md index 218c92a..b69e3b2 100644 --- a/client/README.md +++ b/client/README.md @@ -77,6 +77,7 @@ you can perform the following actions: 1. Fetch an API Description Document from your account 2. Publish an API Description Document to your account +3. Browse an API Description (navigating on Apiary.io hosted documentation) without having to leave the editor at all. diff --git a/client/package.json b/client/package.json index 6804349..9e9fbc9 100644 --- a/client/package.json +++ b/client/package.json @@ -4,7 +4,7 @@ "description": "VSCode client for API Elements", "author": "Vincenzo Chianese", "license": "MIT", - "version": "0.4.0", + "version": "0.4.1", "preview": true, "icon": "logo.png", "bugs": { diff --git a/server/package.json b/server/package.json index f0763f9..63d442e 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,7 @@ { "name": "vscode-apielements", "description": "VSCode language server for ApiElements", - "version": "0.4.0", + "version": "0.4.1", "author": "Vincenzo Chianese", "license": "MIT", "engines": {