Skip to content

Commit f99e1d8

Browse files
Bump version to 1.0.3
1 parent 7d13175 commit f99e1d8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

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+
712
## [1.0.2] - 2021-06-08
813
### Security
914
- Upgrade various dependencies for development.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scnnr",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Official #CBK scnnr client library for JavaScript",
55
"main": "dist/scnnr.bundle.umd.js",
66
"module": "dist/scnnr.esm.js",

0 commit comments

Comments
 (0)