Skip to content

Commit

Permalink
Merge pull request #100 from blockchain-certificates/doc/v2-release-date
Browse files Browse the repository at this point in the history
Doc/v2 release date
  • Loading branch information
raiseandfall authored Aug 3, 2018
2 parents e0cd544 + bdfaafb commit 6b6d71d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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).

## [2.0.0](https://github.com/blockchain-certificates/cert-verifier-js/releases/tag/v2.0.0) Unreleased
## [2.0.0](https://github.com/blockchain-certificates/cert-verifier-js/releases/tag/v2.0.0) - 2018-08-03
**Complete re-write of the API.** Please check the [examples](https://github.com/blockchain-certificates/cert-verifier-js/tree/master#examples) and [API doc](https://github.com/blockchain-certificates/cert-verifier-js/tree/master#api) for more details.
### Added
- `Certificate` class
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": "cert-verifier-js",
"version": "1.0.0",
"version": "1.0.1",
"description": "Javascript library for verifying Blockcerts",
"main": "dist/verifier.js",
"module": "dist/verifier-es.js",
Expand Down

0 comments on commit 6b6d71d

Please sign in to comment.