Skip to content

Commit 43045fe

Browse files
committed
updated changelog and incremented package.json
1 parent 683eed7 commit 43045fe

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Release Notes
22

3+
## [2.0.1](https://github.com/cisco/node-jose/compare/2.0.0...2.0.1) (2021-11-15)
4+
5+
The changes in this release are only dependency updates.
6+
7+
### Update
8+
9+
* update dependencies using minor releases for `buffer`, and `lodash`
10+
* updated devDependencies using minor releases for `bowser`, `browserify-istanbul`, `chai`, `gulp-eslint`, `gulp-istanbul`, `gulp-rename`, `json-loader`, `karma`,
11+
`karma-chrome-launcher`, `karma-coverage`, `karma-firefox-launcher`, `karma-mocha-reporter`, `karma-safari-applescript-launcher`, `karma-sauce-launcher`,
12+
`karma-sourcemap-loader`, `mocha`, `run-sequence`, `webpack-stream`, and `yargs`
13+
* updated devDependencies use major release for `webpack`, and `karma-webpack`
14+
15+
316
## [2.0.0](https://github.com/cisco/node-jose/compare/1.1.4...2.0.0) (2020-09-20)
417

518
While all of the changes in this release are only dependency updates and otherwise patch-level changes, it does break compatibility with versions of node.js older than version 10.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-jose",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A JavaScript implementation of the JSON Object Signing and Encryption (JOSE) for current web browsers and node.js-based servers",
55
"keywords": [
66
"crypto",

0 commit comments

Comments
 (0)