Skip to content

Commit

Permalink
package.json: Version 1.0.0
Browse files Browse the repository at this point in the history
* Version v1.0.0 is a backwards-compatible change in the API. Now,
  `Message#respond` returns the response message, so that users can
  access properties like the response header.
  • Loading branch information
n-riesco committed Nov 16, 2017
1 parent 7a21600 commit 982518e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jmp",
"version": "0.7.6",
"version": "1.0.0",
"description": "Node.js module for creating, parsing and replying to messages of the Jupyter Messaging Protocol (JMP)",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 982518e

Please sign in to comment.