Skip to content

Commit

Permalink
Merge pull request #53 from iusztin/chore/release
Browse files Browse the repository at this point in the history
Chore/Prepare release for version 1.0.2
  • Loading branch information
hiroara committed Jun 8, 2021
2 parents c4b944e + 43d128d commit fb9889e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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 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
- Upgrade dependencies to fix vulnerabilities.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit fb9889e

Please sign in to comment.