Skip to content

Commit

Permalink
"chore(release): 1.0.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
donskov committed Jul 16, 2020
1 parent a1a9a4b commit 6364feb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.0.0](https://github.com/PeculiarVentures/pv-certificates-viewer/compare/v1.0.0-beta.1...v1.0.0) (2020-07-16)


### Features

* Changed certificate parser from pki.js to asn1-schema
* Added "peculiar-link" component ([3c1c4b6](https://github.com/PeculiarVentures/pv-certificates-viewer/commit/3c1c4b6cf7572e1ac25e666f677da719e44d7bc6))
* Removed pkijs core api and deps ([d0af117](https://github.com/PeculiarVentures/pv-certificates-viewer/commit/d0af11797fd1e03bc67439238c519bbf8b1345c4))


### Bug Fixes

* **vulnerability:** lodash version >=4.17.19 ([a1a9a4b](https://github.com/PeculiarVentures/pv-certificates-viewer/commit/a1a9a4b2cd9484242fa36e71faf59a68bb3527b8))

### 0.0.10 (2020-06-17)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peculiar/certificates-viewer",
"version": "0.0.10",
"version": "1.0.0",
"description": "Web components for viewing lists of certificates and certificates",
"keywords": [
"certificates-viewer",
Expand Down

0 comments on commit 6364feb

Please sign in to comment.