Skip to content

Commit

Permalink
tab first stable v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbrown committed Jun 10, 2019
1 parent 6bbb4fd commit 0a5d1f8
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 33 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# CHANGELOG


## v1.0.0
* Tag first stable version.


## v0.1.11
* In `Pbjx.copyContext` copy the `ctx_ipv6` field when present.
* In `Pbjx.request` rethrow any exceptions when response created events are triggered.
Expand Down
61 changes: 35 additions & 26 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gdbots/pbjx",
"version": "0.1.11",
"version": "1.0.0",
"description": "Pbj messaging tools for es6.",
"repository": {
"type": "git",
Expand All @@ -22,8 +22,8 @@
"urijs": "^1.19.1"
},
"peerDependencies": {
"@gdbots/common": "~0.1 || ^1.0.0",
"@gdbots/pbj": "~0.1 || ^1.0.0",
"@gdbots/common": "^1.0.0",
"@gdbots/pbj": "^1.0.0",
"@gdbots/schemas": "^1.5.0",
"lodash": "^4.17.4",
"lodash-es": "^4.17.4",
Expand All @@ -32,8 +32,8 @@
},
"devDependencies": {
"@gdbots/acme-schemas": "^1.2.11",
"@gdbots/common": "^0.1.2",
"@gdbots/pbj": "^0.2.6",
"@gdbots/common": "^1.0.0",
"@gdbots/pbj": "^1.0.0",
"@gdbots/schemas": "^1.5.12",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
Expand All @@ -48,7 +48,7 @@
"babel-tape-runner": "^2.0.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"faucet": "^0.0.1",
Expand All @@ -59,7 +59,7 @@
"md5": "^2.2.1",
"moment": "^2.24.0",
"rimraf": "^2.6.3",
"tape": "^4.10.1",
"tape": "^4.10.2",
"utf8": "^3.0.0",
"uuid": "^3.3.2"
},
Expand Down

0 comments on commit 0a5d1f8

Please sign in to comment.