Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0-beta.1 (2021-02-27)

### Bug Fixes

* **ci:** auto-deploy ([2467ed5](2467ed5))

### Features

* **V1:** middy v1 ([#5](#5)) ([bc69603](bc69603))

### BREAKING CHANGES

* **V1:** - middy v1
- changed the way to treat unhandled Errors
  • Loading branch information
semantic-release-bot committed Feb 27, 2021
1 parent 2467ed5 commit d0d2948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "middy-appsync",
"sideEffects": false,
"version": "0.1.0",
"version": "1.0.0-beta.1",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit d0d2948

Please sign in to comment.