Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerntannern committed May 6, 2019
1 parent 34787d4 commit 09935c2
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.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)


### Features

* made the inputs allow for more than just the key to be passed ([34787d4](https://github.com/tannerntannern/adapter/commit/34787d4))


### BREAKING CHANGES

* input types can no longer be specified with simple key/value pairs; the value must now be an object with a `return` property, which allows for an optional `options` object to be passed



<a name="1.0.0-beta.0"></a>
# 1.0.0-beta.0 (2019-05-04)

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

0 comments on commit 09935c2

Please sign in to comment.