From 07fee1ed358c9ab6a80137729c75d07d942d88e8 Mon Sep 17 00:00:00 2001 From: iusztin Date: Tue, 8 Jun 2021 17:17:51 +0900 Subject: [PATCH 1/2] Bump version to 1.0.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a550e6..8b323bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.0.2] - 2021-06-08 +### Security +- Upgrade various dependencies. + ## [1.0.1] - 2019-06-11 ### Security - Upgrade dependencies to fix vulnerabilities. diff --git a/package.json b/package.json index 3700337..4a590f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scnnr", - "version": "1.0.1", + "version": "1.0.2", "description": "Official #CBK scnnr client library for JavaScript", "main": "dist/scnnr.bundle.umd.js", "module": "dist/scnnr.esm.js", From 43d128d01843b0dbd13ab98cacf47af46dc1c76a Mon Sep 17 00:00:00 2001 From: iusztin Date: Tue, 8 Jun 2021 18:07:30 +0900 Subject: [PATCH 2/2] Mention security fixes that affect users in README --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b323bd..e3c2e1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [1.0.2] - 2021-06-08 ### Security -- Upgrade various dependencies. +- Upgrade various dependencies for development. +- Upgrade Axios to 0.21.1 + - https://github.com/NEWROPE/scnnr-js/pull/40 + - https://github.com/NEWROPE/scnnr-js/pull/42 + - https://github.com/NEWROPE/scnnr-js/pull/47 ## [1.0.1] - 2019-06-11 ### Security