From bdec4b92a27348299773f4026b3a3d099b29276f Mon Sep 17 00:00:00 2001 From: "ivan.kishchenko" Date: Mon, 6 Jul 2020 11:54:12 +0300 Subject: [PATCH] Release 20.7 --- README.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ced914b5..b5b30625 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,11 @@ Feel free to explore the [Developer's Guide](https://docs.aspose.cloud/display/w - Add & remove watermarks and protection. - Read & write access to Document Object Model. +## Enhancements in Version 20.7 + +- Added "Markdown" save format +- Added endpoint to update paragraph format without node path (PUT "/words/{name}/paragraphs/{index}/format") + ## Enhancements in Version 20.6 - Added new methods: diff --git a/package.json b/package.json index b71d02cd..c1982c10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "asposewordscloud", - "version": "20.6.0", + "version": "20.7.0", "description": "Aspose.Words Cloud SDK for Node.js", "homepage": "https://products.aspose.cloud/words/cloud", "author": {