Skip to content

Commit

Permalink
Merge pull request #14 from telstra/task/fix-failing-tests
Browse files Browse the repository at this point in the history
fixed failing tests following a dependabot PR
  • Loading branch information
christrewin authored Nov 9, 2021
2 parents 0c9f07b + b49b2f3 commit 46b059e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.23] - 2021-11-09

- Manually addressed failing tests following a dependabot PR

## [0.3.22] - 2021-10-28

- Added and linked to Telstra Code of Conduct
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.22",
"version": "0.3.23",
"license": "Apache-2.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -55,6 +55,6 @@
},
"dependencies": {
"ajv": "^6.12.6",
"axios": "^0.21.2"
"axios": "^0.21.4"
}
}

0 comments on commit 46b059e

Please sign in to comment.