Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4a558c4

Browse files
authoredSep 14, 2021
Merge pull request #58 from RobertMaciejewski/chore/release
Chore/Bump version to 1.0.3
2 parents 7d13175 + f99e1d8 commit 4a558c4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎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.

‎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)
Please sign in to comment.