Skip to content

Commit

Permalink
chore(release): 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gja committed Dec 3, 2018
1 parent af6f1be commit a5b8b81
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.4.0"></a>
# [1.4.0](https://github.com/gja/cloudflare-worker-local/compare/v1.3.0...v1.4.0) (2018-12-03)


### Features

* update main in package ([#13](https://github.com/gja/cloudflare-worker-local/issues/13)) ([8c82a79](https://github.com/gja/cloudflare-worker-local/commit/8c82a79))
* **Worker:** add self to scope ([996cec5](https://github.com/gja/cloudflare-worker-local/commit/996cec5))
* **Worker:** add URLSearchParams ([#16](https://github.com/gja/cloudflare-worker-local/issues/16)) ([af6f1be](https://github.com/gja/cloudflare-worker-local/commit/af6f1be))



<a name="1.3.0"></a>
# [1.3.0](https://github.com/gja/cloudflare-worker-local/compare/v1.2.0...v1.3.0) (2018-11-29)

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.3.0",
"version": "1.4.0",
"description": "Run a Cloudflare-compatible Worker Locally",
"main": "start.js",
"scripts": {
Expand Down

0 comments on commit a5b8b81

Please sign in to comment.