Skip to content

Commit

Permalink
chore(release): 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gja committed Jan 4, 2019
1 parent 06bc243 commit 49fae52
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.9.0"></a>
# [1.9.0](https://github.com/gja/cloudflare-worker-local/compare/v1.8.1...v1.9.0) (2019-01-04)


### Features

* **Worker:** waitUntil and respondWith must be bound to e in order to work ([06bc243](https://github.com/gja/cloudflare-worker-local/commit/06bc243))



<a name="1.8.1"></a>
## [1.8.1](https://github.com/gja/cloudflare-worker-local/compare/v1.8.0...v1.8.1) (2019-01-04)

Expand Down
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,6 +1,6 @@
{
"name": "cloudflare-worker-local",
"version": "1.8.1",
"version": "1.9.0",
"description": "Run a Cloudflare-compatible Worker Locally",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 49fae52

Please sign in to comment.