Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release-0.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkappelt committed Jun 6, 2021
2 parents 402e5e3 + 97d0f50 commit 3072ab8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.4
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zammad-js-api",
"version": "0.1.3",
"version": "0.1.4",
"description": "Zammad API implementation for JS",
"main": "index.js",
"scripts": {
Expand All @@ -25,7 +25,9 @@
"homepage": "https://github.com/exanion/zammad-js-api#readme",
"dependencies": {
"axios": "^0.21.1",
"axios-debug-log": "^0.8.2",
"axios-debug-log": "^0.8.2"
},
"devDependencies": {
"coveralls": "^3.0.11",
"express": "^4.17.1",
"jest": "^27.0.4",
Expand Down

0 comments on commit 3072ab8

Please sign in to comment.