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",