Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerntannern committed May 12, 2019
1 parent 239f243 commit 315b578
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.

<a name="1.0.0-beta.2"></a>
# [1.0.0-beta.2](https://github.com/tannerntannern/adapter/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2019-05-12)


### Features

* made the main API less cluttered ([d5f6554](https://github.com/tannerntannern/adapter/commit/d5f6554))


### BREAKING CHANGES

* 1) resolve and reject are no longer passed as the first arguments to an AdapterExecutor, 2) input now comes before output, 3) all adapter executors must be async



<a name="1.0.0-beta.1"></a>
# [1.0.0-beta.1](https://github.com/tannerntannern/adapter/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2019-05-06)

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": "adapter",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "A TypeScript utility for writing I/O agnostic programs",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 315b578

Please sign in to comment.