Skip to content

Commit

Permalink
chore(release): 8.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpshr committed Jan 8, 2020
1 parent fb29ed9 commit 22a03d0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [8.0.0-beta.3](https://github.com/goabstract/abstract-sdk/compare/v7.0.0...v8.0.0-beta.3) (2020-01-08)


### Bug Fixes

* move js-sha256 from devDependencies to dependencies ([#178](https://github.com/goabstract/abstract-sdk/issues/178)) ([f9b93b3](https://github.com/goabstract/abstract-sdk/commit/f9b93b3))
* move request options internally ([#185](https://github.com/goabstract/abstract-sdk/issues/185)) ([420348c](https://github.com/goabstract/abstract-sdk/commit/420348c))


### Features

* expose raw HTTP responses ([9c69bd6](https://github.com/goabstract/abstract-sdk/commit/9c69bd6))
* expose raw responses for all endpoints ([fb29ed9](https://github.com/goabstract/abstract-sdk/commit/fb29ed9))
* remove support for node 8 ([#189](https://github.com/goabstract/abstract-sdk/issues/189)) ([30a11d8](https://github.com/goabstract/abstract-sdk/commit/30a11d8))
* update changeset.* to return ChangesetResponse ([#184](https://github.com/goabstract/abstract-sdk/issues/184)) ([483213e](https://github.com/goabstract/abstract-sdk/commit/483213e))


### BREAKING CHANGES

* remove support for node 8 (#189)
* update changeset.* to return ChangesetResponse (#184)



### [7.0.1](https://github.com/goabstract/abstract-sdk/compare/v7.0.0...v7.0.1) (2019-12-16)


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": "abstract-sdk",
"version": "8.0.0-beta.2",
"version": "8.0.0-beta.3",
"description": "Universal JavaScript bindings for the Abstract API and CLI",
"keywords": [
"abstract",
Expand Down

0 comments on commit 22a03d0

Please sign in to comment.