Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...1.1.0) (2019-11-08)

### Bug Fixes

* typo in type declaration in resolver.ts ([0b20750](0b20750))

### Features

* basic caching support ([a495237](a495237))
  • Loading branch information
semantic-release-bot committed Nov 8, 2019
1 parent 8a2361c commit a44c151
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# [1.1.0](https://github.com/decentralized-identity/did-resolver/compare/v1.0.0...1.1.0) (2019-11-08)


### Bug Fixes

* typo in type declaration in resolver.ts ([0b20750](https://github.com/decentralized-identity/did-resolver/commit/0b207501c3f6fb7f0556268093e8d8db272ea2ee))


### Features

* basic caching support ([a495237](https://github.com/decentralized-identity/did-resolver/commit/a4952378dd1f2168d4022dcc50c2c55ad4adf65d))
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": "did-resolver",
"version": "1.0.0",
"version": "1.1.0",
"description": "Resolve DID documents",
"main": "lib/resolver.js",
"types": "lib/resolver.d.ts",
Expand Down

0 comments on commit a44c151

Please sign in to comment.