Skip to content

Commit

Permalink
chore(release): 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 2, 2022
1 parent 949715d commit 7272d97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.6.0](https://github.com/PeculiarVentures/webcrypto-core/compare/v1.5.1...v1.6.0) (2022-03-02)


### Features

* add shake provider ([9ae7d3f](https://github.com/PeculiarVentures/webcrypto-core/commit/9ae7d3fece28d3557e9f8712edf935460f342a3a))

### [1.5.1](https://github.com/PeculiarVentures/webcrypto-core/compare/v1.5.0...v1.5.1) (2022-03-02)


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": "webcrypto-core",
"version": "1.5.1",
"version": "1.6.0",
"description": "Common layer to be used by crypto libraries based on WebCrypto API for input validation.",
"main": "build/webcrypto-core.js",
"module": "build/webcrypto-core.es.js",
Expand Down

0 comments on commit 7272d97

Please sign in to comment.