From 8b8dbb2452f3181b9d550112f019c8a24cdbf296 Mon Sep 17 00:00:00 2001 From: chaitanyakaranam Date: Thu, 9 Sep 2021 10:01:56 +0530 Subject: [PATCH] v1.2.2 --- README.md | 5 ++--- package.json | 40 ++++++++++++++++++++-------------------- 2 files changed, 22 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 076cb31..079eb4e 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,9 @@ Missing a feature? Raise a github issue [here](https://github.com/ChaitanyaKaran ## Updates -# v1.2.1 +### v1.2.2 -- Added integration with servicenow attachment api (only ``GET``). Check this [support](#supported-rest-api-calls) -- Added support for downloading attachment. Check this [guide](#5-download-attachment) +- [New method](#12-servicenowgetchangetasks) to fetch change tasks - Bumped axios version diff --git a/package.json b/package.json index 7c88594..dfd0e39 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,22 @@ { - "name": "servicenow-rest-api", - "version": "1.2.2", - "description": "Wrapper library for ServiceNow REST API", - "main": "servicenow.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "Chaitanya Karanam", - "license": "MIT", - "dependencies": { - "axios": "^0.21.1" - }, - "keywords": [ - "node", - "service-now" - ], - "repository": { - "type": "git", - "url": "https://github.com/ChaitanyaKaranam/servicenow-rest-api" - } + "name": "servicenow-rest-api", + "version": "1.2.2", + "description": "Wrapper library for ServiceNow REST API", + "main": "servicenow.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "Chaitanya Karanam", + "license": "MIT", + "dependencies": { + "axios": "^0.21.2" + }, + "keywords": [ + "node", + "service-now" + ], + "repository": { + "type": "git", + "url": "https://github.com/ChaitanyaKaranam/servicenow-rest-api" + } }