Skip to content

Commit

Permalink
(bump) v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vigan-abd committed Apr 12, 2020
1 parent fd9ec48 commit ede7b9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.0
- features: typescript support added
- docs: updated response types in rpc wrapper docs with correct ones, added typescript usage example, added typescript definitions.
- chore: refactored exports to be used also as es6 modules

# 0.9.0
- fixes: typo fix in 'use strict' directive
- features: travis builds and lgtm verifications added
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": "json-rpc-wrapper",
"version": "0.9.0",
"version": "1.0.0",
"description": "A simple json rpc 2.0 wrapper for any object",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit ede7b9d

Please sign in to comment.