Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaitanyaKaranam committed Sep 9, 2021
1 parent af12fbd commit 8b8dbb2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 8b8dbb2

Please sign in to comment.