We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d13175 + f99e1d8 commit 4a558c4Copy full SHA for 4a558c4
CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## [1.0.3] - 2021-09-14
8
+### Security
9
+- Upgrade Axios to 0.21.4
10
+ - https://github.com/NEWROPE/scnnr-js/pull/57
11
+
12
## [1.0.2] - 2021-06-08
13
### Security
14
- Upgrade various dependencies for development.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "scnnr",
3
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "Official #CBK scnnr client library for JavaScript",
"main": "dist/scnnr.bundle.umd.js",
"module": "dist/scnnr.esm.js",
0 commit comments