Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2019-05-15)

### Bug Fixes

* add [@example](https://github.com/example) typedoc tag to Client ([5158252](5158252))
* add code example ([094df9c](094df9c))
* add link to jenkins pipelines ([0e67bb1](0e67bb1))
* add simple example ([3b3aaf6](3b3aaf6))
* add test coverage + circleci ([e0ffac0](e0ffac0))
* add video guide for making small documentation changes ([87df9a8](87df9a8))
* change Client example url ([588c8ba](588c8ba))
* CONTRIBUTING formatting and typo ([c1ef029](c1ef029))
* conventional commits typo ([423df0e](423df0e))
* delete extra license ([0c506ff](0c506ff))
* extra backtick ([6939b17](6939b17))
* formatting + README + extra connection null checks ([e0b3057](e0b3057))
* gitignore need not use . in path ([64a8808](64a8808))
* indenting ([835583d](835583d))
* initial setup + tests ([5ab3881](5ab3881))
* initial transport implementation ([e3e3c6a](e3e3c6a))
* initial transport implementation ([e5cb09f](e5cb09f))
* move conventions and resource up in the readme ([227b53a](227b53a))
* move to pristine ([988ae60](988ae60))
* remove null checks on Event Emitter ([d677e0b](d677e0b))
* remove unneeded null checks ([5cfad43](5cfad43))
* remove unused jenkins and testing files ([cfed249](cfed249))
* remove yaml in example ([b410975](b410975))
* Rename LICENSE -> LICENSE.md ([22ed02d](22ed02d))
* replace github for Github ([b6b9d42](b6b9d42))
* set onData to private ([992c73d](992c73d))
* stricter typings + typedoc comments ([b4e9698](b4e9698))
* typo in CONTRIBUTING.md and compose command in BUILDING.md ([783905c](783905c))
* update .gitignore ([d7107cc](d7107cc))
* update BUILDING.md ([b0e9d5d](b0e9d5d))
* update BUILDING.md typo ([0b21631](0b21631))
* update CONTRIBUTING.md adding docs ([b324d84](b324d84))
* update CONTRIBUTING.md choppy code changes and testing ([ad1e78a](ad1e78a))
* update CONTRIBUTING.md grammer around preview markdown ([38c9abf](38c9abf))
* **building:** add definitions section ([b8bd636](b8bd636))
* update CONTRIBUTING.md how to fork a repo ([74dfe4f](74dfe4f))
* update CONTRIBUTING.md period ([0c9e6e1](0c9e6e1))
* **building:** remove unneeded definitions ([718cd97](718cd97))
* update CONTRIBUTING.md to get rid of cloning or forking ([af142a2](af142a2))
* update CONTRIBUTING.md typo ([3ebf183](3ebf183))
* update README.md simplify open source grammar ([e892afe](e892afe))
* update README.md typo its ([cdf5389](cdf5389))
* wording change ([3b6b60b](3b6b60b))

### Features

* add choose a license to resources ([1e38132](1e38132))
* add info on using this repo ([1671d3e](1671d3e))
* add issue templates ([5bc409d](5bc409d))
* add Jenkinsfile ([2d9a5e4](2d9a5e4))
* add more resources to README ([bb5b213](bb5b213))
* add resources for documentation driven development ([94c6214](94c6214))
* add testing.md file ([ed3781a](ed3781a))
* initial commit ([de17561](de17561))
* update release to be more specific ([ba46d70](ba46d70))
  • Loading branch information
semantic-release-bot committed May 15, 2019
1 parent b0cfc65 commit 6dd9a8d
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 7 deletions.
61 changes: 61 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# 1.0.0 (2019-05-15)


### Bug Fixes

* add [@example](https://github.com/example) typedoc tag to Client ([5158252](https://github.com/open-rpc/client-js/commit/5158252))
* add code example ([094df9c](https://github.com/open-rpc/client-js/commit/094df9c))
* add link to jenkins pipelines ([0e67bb1](https://github.com/open-rpc/client-js/commit/0e67bb1))
* add simple example ([3b3aaf6](https://github.com/open-rpc/client-js/commit/3b3aaf6))
* add test coverage + circleci ([e0ffac0](https://github.com/open-rpc/client-js/commit/e0ffac0))
* add video guide for making small documentation changes ([87df9a8](https://github.com/open-rpc/client-js/commit/87df9a8))
* change Client example url ([588c8ba](https://github.com/open-rpc/client-js/commit/588c8ba))
* CONTRIBUTING formatting and typo ([c1ef029](https://github.com/open-rpc/client-js/commit/c1ef029))
* conventional commits typo ([423df0e](https://github.com/open-rpc/client-js/commit/423df0e))
* delete extra license ([0c506ff](https://github.com/open-rpc/client-js/commit/0c506ff))
* extra backtick ([6939b17](https://github.com/open-rpc/client-js/commit/6939b17))
* formatting + README + extra connection null checks ([e0b3057](https://github.com/open-rpc/client-js/commit/e0b3057))
* gitignore need not use . in path ([64a8808](https://github.com/open-rpc/client-js/commit/64a8808))
* indenting ([835583d](https://github.com/open-rpc/client-js/commit/835583d))
* initial setup + tests ([5ab3881](https://github.com/open-rpc/client-js/commit/5ab3881))
* initial transport implementation ([e3e3c6a](https://github.com/open-rpc/client-js/commit/e3e3c6a))
* initial transport implementation ([e5cb09f](https://github.com/open-rpc/client-js/commit/e5cb09f))
* move conventions and resource up in the readme ([227b53a](https://github.com/open-rpc/client-js/commit/227b53a))
* move to pristine ([988ae60](https://github.com/open-rpc/client-js/commit/988ae60))
* remove null checks on Event Emitter ([d677e0b](https://github.com/open-rpc/client-js/commit/d677e0b))
* remove unneeded null checks ([5cfad43](https://github.com/open-rpc/client-js/commit/5cfad43))
* remove unused jenkins and testing files ([cfed249](https://github.com/open-rpc/client-js/commit/cfed249))
* remove yaml in example ([b410975](https://github.com/open-rpc/client-js/commit/b410975))
* Rename LICENSE -> LICENSE.md ([22ed02d](https://github.com/open-rpc/client-js/commit/22ed02d))
* replace github for Github ([b6b9d42](https://github.com/open-rpc/client-js/commit/b6b9d42))
* set onData to private ([992c73d](https://github.com/open-rpc/client-js/commit/992c73d))
* stricter typings + typedoc comments ([b4e9698](https://github.com/open-rpc/client-js/commit/b4e9698))
* typo in CONTRIBUTING.md and compose command in BUILDING.md ([783905c](https://github.com/open-rpc/client-js/commit/783905c))
* update .gitignore ([d7107cc](https://github.com/open-rpc/client-js/commit/d7107cc))
* update BUILDING.md ([b0e9d5d](https://github.com/open-rpc/client-js/commit/b0e9d5d))
* update BUILDING.md typo ([0b21631](https://github.com/open-rpc/client-js/commit/0b21631))
* update CONTRIBUTING.md adding docs ([b324d84](https://github.com/open-rpc/client-js/commit/b324d84))
* update CONTRIBUTING.md choppy code changes and testing ([ad1e78a](https://github.com/open-rpc/client-js/commit/ad1e78a))
* update CONTRIBUTING.md grammer around preview markdown ([38c9abf](https://github.com/open-rpc/client-js/commit/38c9abf))
* **building:** add definitions section ([b8bd636](https://github.com/open-rpc/client-js/commit/b8bd636))
* update CONTRIBUTING.md how to fork a repo ([74dfe4f](https://github.com/open-rpc/client-js/commit/74dfe4f))
* update CONTRIBUTING.md period ([0c9e6e1](https://github.com/open-rpc/client-js/commit/0c9e6e1))
* **building:** remove unneeded definitions ([718cd97](https://github.com/open-rpc/client-js/commit/718cd97))
* update CONTRIBUTING.md to get rid of cloning or forking ([af142a2](https://github.com/open-rpc/client-js/commit/af142a2))
* update CONTRIBUTING.md typo ([3ebf183](https://github.com/open-rpc/client-js/commit/3ebf183))
* update README.md simplify open source grammar ([e892afe](https://github.com/open-rpc/client-js/commit/e892afe))
* update README.md typo its ([cdf5389](https://github.com/open-rpc/client-js/commit/cdf5389))
* wording change ([3b6b60b](https://github.com/open-rpc/client-js/commit/3b6b60b))


### Features

* add choose a license to resources ([1e38132](https://github.com/open-rpc/client-js/commit/1e38132))
* add info on using this repo ([1671d3e](https://github.com/open-rpc/client-js/commit/1671d3e))
* add issue templates ([5bc409d](https://github.com/open-rpc/client-js/commit/5bc409d))
* add Jenkinsfile ([2d9a5e4](https://github.com/open-rpc/client-js/commit/2d9a5e4))
* add more resources to README ([bb5b213](https://github.com/open-rpc/client-js/commit/bb5b213))
* add resources for documentation driven development ([94c6214](https://github.com/open-rpc/client-js/commit/94c6214))
* add testing.md file ([ed3781a](https://github.com/open-rpc/client-js/commit/ed3781a))
* initial commit ([de17561](https://github.com/open-rpc/client-js/commit/de17561))
* update release to be more specific ([ba46d70](https://github.com/open-rpc/client-js/commit/ba46d70))
28 changes: 21 additions & 7 deletions package-lock.json

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

0 comments on commit 6dd9a8d

Please sign in to comment.